| Summary: | FileReader cannot read files selected with <input type="file"> in iOS 8 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | John Barr <johnbarr> | ||||
| Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | ap, commit-queue, joepeck, oliver, woranl, xKhorasan+webkit | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | iPhone / iPad | ||||||
| OS: | Unspecified | ||||||
| URL: | http://jsbin.com/yucavaxiyufi/1/ | ||||||
| Attachments: |
|
||||||
|
Description
John Barr
2014-08-20 13:25:28 PDT
Created attachment 237179 [details]
[PATCH] Proposed Fix
Comment on attachment 237179 [details] [PATCH] Proposed Fix Clearing flags on attachment: 237179 Committed r172989: <http://trac.webkit.org/changeset/172989> All reviewed patches have been landed. Closing bug. Any chance this will make it into iOS 8 for its first public release? I'm using iOS9, and the FileReader is having problem reading iCloud file (i.e. .numbers file). It is giving a error code 4. No issue if the file is an image from camera roll. This bug is not fully resolved. (In reply to comment #6) > I'm using iOS9, and the FileReader is having problem reading iCloud file > (i.e. .numbers file). It is giving a error code 4. No issue if the file is > an image from camera roll. This bug is not fully resolved. I'm using iOS9.1 to be exact. (In reply to comment #6) > I'm using iOS9, and the FileReader is having problem reading iCloud file > (i.e. .numbers file). It is giving a error code 4. No issue if the file is > an image from camera roll. This bug is not fully resolved. Please file a new bug! Preferably one with a test case / steps to reproduce. (In reply to comment #8) > (In reply to comment #6) > > I'm using iOS9, and the FileReader is having problem reading iCloud file > > (i.e. .numbers file). It is giving a error code 4. No issue if the file is > > an image from camera roll. This bug is not fully resolved. > > Please file a new bug! Preferably one with a test case / steps to reproduce. Bug 151975 created. |