Device-Bugs icon indicating copy to clipboard operation
Device-Bugs copied to clipboard

Safari on iOS8 has broken file upload

Open fwebdev opened this issue 10 years ago • 4 comments

With the new release iOS 8 Apple released also a major Bug.

Platform iOS8 Browser: Safari Try to upload an image (or any other file) via an input-type: file. No matter which Website. You will see the Browser run into a timeout.

This Problem does not occur in the old UIWebview (e.g. other Browsers like Chrome or Firefox or HybridApps that are using UIWebview)

As far as i know there is no workaround. I think we have to wait for Apple to fix the Issue.

fwebdev avatar Sep 18 '14 14:09 fwebdev

+1 Good discussion here: http://blog.uploadcare.com/post/97884147203/you-cannot-upload-files-to-a-server-using-mobile-safari

frontenddeveloping avatar Sep 24 '14 18:09 frontenddeveloping

Fixed in 8.0.2

frontenddeveloping avatar Sep 28 '14 19:09 frontenddeveloping

Related bug https://bugs.webkit.org/show_bug.cgi?id=136117

staabm avatar Sep 28 '14 20:09 staabm

@staabm Thanks for link, but this bug is about iOS 8.0.0 and iOS 8.0.1 where files from input[type="file"] don't send to server.

frontenddeveloping avatar Sep 29 '14 08:09 frontenddeveloping