I have a php script that uploads file to a server.
Using the iphone, I cannot upload mov files to it. I can upload jpgs however(??)
The same mov file works when uploaded via android or PC (Linux Mint)
I saw this article with a identical problem however no solution was provided.
-> https://forum.videohelp.com/threads/365384-Can-t-upload-from-iPhone
This is all video directly recorded on the iphone and attempts to upload are made through safari & chrome.
The video is 800kb in size and takes only moments to upload.
In my server, I see the file - however it exists with a filesize of 0..
php script in use -> http://pastebin.com/sA6Ewciq
+ Reply to Thread
Results 1 to 3 of 3
-
-
Are you using ios 8.0.0 ? Maybe this bug: http://stackoverflow.com/questions/25790873/uploading-files-over-http-fails-on-ios-8-0-0-gm-safari
-
It was a 7.* something version,
The link helped greatly and assisted me to find several others points of reference that essentially point to needing to update to 8.0.2 and it will work in safari (but not chrome)
hopefully this will fix the problem, thanks!
some additional links ->
https://github.com/FineUploader/fine-uploader/issues/990
https://github.com/FineUploader/fine-uploader/issues/1284
http://blog.uploadcare.com/post/97884147203/you-cannot-upload-files-to-a-server-using-mobile-safari