php - Webservice is not working for upload image 1mb size -


we uploading image webservice, encoding image base 64 , sending content in webservice, working fine 500kb, if file size more 500kb not working. need ? can problem ?

it looks settings problem:

check upload_max_filesize , post_max_size in php.ini

upload upload_max_filesize settings of maximum allowed file size , post_max_size maximum allowed size of post query


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -