-
Re: FILE upload form ios safari icloud fails inconsistently
Mattcastel Nov 30, 2016 5:00 AM (in response to senthika)Hello,
I am facing the exact same issue.
When uploading the document with any Safari file picking extension, I can reproduce this bug.
For instance:
- Documents by Readdle file extension
- OneDrive file extension
- iCloud Drive file extension
I understand that the problem is related with the file naming. As my company is based in France, customers can sometimes upload files that have accented characters in the name, such as é, è, ç, à...
When removing the accented characters, the file upload successfully.
After checking the $FILES variable on PHP script, I see that the file is uploaded with the sise of 0 bytes when there are accented characters within the name.
I suspect the file picker extension because it was working properly before iOS 10.1, and because I can reproduce the bug using another browser like Google Chrome on iOS.
This bug is really major because user can never upload files and must always rename their files before uploading...
Please Apple, fix it in iOS 10.2 or as soon as possible!
Thank you.
-
Re: FILE upload form ios safari icloud fails inconsistently
ztaff Apr 10, 2017 4:35 AM (in response to Mattcastel)I can confirm this bug in 10.2 as well.
Uploading to server, files from a cloud storage in a simple <input type='file' tag, gives zero bytes files to the server IF the file name contains non 7 bit ASCII characters.
It's really embarrasing to tell our end users not name files in their mother language. So Apple, if you still claim to be the simple, elegant solution for all please fix this as soon as possible.
Cheers and TIA
-
Level 1