Problem uploading image December 21, 2022, 09:40:15 AM 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)?TIAtony Quote Selected
Re: Problem uploading image Reply #1 – December 27, 2022, 10:46:51 AM 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 Quote Selected Last Edit: December 27, 2022, 10:49:17 AM by willvin
Re: Problem uploading image Reply #2 – August 03, 2023, 10:08:08 AM Thank you very much for your answer. I am only uploading images in the same kilobyte or even lower, it doesn't work. Quote Selected
Re: Problem uploading image Reply #3 – August 03, 2023, 05:50:44 PM @tuntem provide a video illustrating the issue you are facing. Quote Selected
Re: Problem uploading image Reply #4 – August 03, 2023, 09:31:26 PM 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. Quote Selected
Re: Problem uploading image Reply #5 – August 03, 2023, 10:00:50 PM Thanks. I disabled the Resize Upload Issue option and it was fixed... Quote Selected