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

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -