WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
136117
ios8InputFile
FileReader cannot read files selected with <input type="file"> in iOS 8
https://bugs.webkit.org/show_bug.cgi?id=136117
Summary
FileReader cannot read files selected with <input type="file"> in iOS 8
John Barr
Reported
2014-08-20 13:25:28 PDT
FileReader cannot read files selected with <input type="file"> in iOS 8 Repro Case:
http://jsbin.com/yucavaxiyufi/1/
Repro Steps: a. Open above repro case on iOS 8. b. Select an image. c. Watch the read fail with error code 4: FileError.NOT_READABLE_ERR.
Attachments
[PATCH] Proposed Fix
(1.87 KB, patch)
2014-08-26 15:56 PDT
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2014-08-23 22:37:51 PDT
<
rdar://problem/18016794
>
Joseph Pecoraro
Comment 2
2014-08-26 15:56:39 PDT
Created
attachment 237179
[details]
[PATCH] Proposed Fix
WebKit Commit Bot
Comment 3
2014-08-26 17:19:27 PDT
Comment on
attachment 237179
[details]
[PATCH] Proposed Fix Clearing flags on attachment: 237179 Committed
r172989
: <
http://trac.webkit.org/changeset/172989
>
WebKit Commit Bot
Comment 4
2014-08-26 17:19:31 PDT
All reviewed patches have been landed. Closing bug.
John Barr
Comment 5
2014-08-27 06:39:46 PDT
Any chance this will make it into iOS 8 for its first public release?
Warren Ling
Comment 6
2015-12-06 14:58:19 PST
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.
Warren Ling
Comment 7
2015-12-06 15:03:15 PST
(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.
Joseph Pecoraro
Comment 8
2015-12-07 17:00:14 PST
(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.
Warren Ling
Comment 9
2015-12-07 17:21:04 PST
(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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug