Skip to main content
Topic: Problem uploading image (Read 753 times) previous topic - next topic

Problem uploading image

Hello all,
this worked fine until today, and no change to app or server in the last few months.
The problem: when I upload an image the progress bar over the thumbnail do not change to the checkmark.
Tried various image formats but no change.
Then I changed the image size and then it worked.
Is there any limitation to image upload (except the size you specify when building the app)?
TIA
tony

Re: Problem uploading image

Reply #1
Hi tony,
the only limitation is the configuration provided to you on the file field in phprad. the rest has to do with your server. your issue most likely has to do with changes on your server. Makes sure max upload size and max post size have been set slightly above the file size you expect to be uploaded on the app. php - Change the maximum upload file size - Stack Overflow

Re: Problem uploading image

Reply #2

Thank you very much for your answer. I am only uploading images in the same kilobyte or even lower, it doesn't work.


Re: Problem uploading image

Reply #4
https://youtu.be/vEKgq1ZQ5Ew

The quality of the video is a little low, if you want, I can take it again. A picture of the same size is uploaded and the other one does not load. Also, the pictures I try to upload using a browser from my android phone do not load.

Re: Problem uploading image

Reply #5
Thanks. I disabled the Resize Upload Issue option and it was fixed...