Bug 66231 - fileSize is not correctly reported for Mac app and they cannot be opened using FileReader.
Summary: fileSize is not correctly reported for Mac app and they cannot be opened usin...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-15 08:49 PDT by Bryan Logan
Modified: 2011-08-15 15:24 PDT (History)
1 user (show)

See Also:


Attachments
Simple page showing error in file input component. (538 bytes, text/html)
2011-08-15 08:49 PDT, Bryan Logan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Logan 2011-08-15 08:49:03 PDT
Created attachment 103916 [details]
Simple page showing error in file input component.

Mac app fileSize is not correctly reported and cannot be opened using FileReader

Steps to reproduce:
1) Open attached page.
2) Click "Choose files"
3) Select a Mac .app file.
4) Popup will display incorrect file size, usually in the hundreds of bytes.

Actual results:
Incorrect file size reported.

Expected results:
Correct file size shown.

Build date and platform:
535.1 (branches/chromium/835@92745)

Additional Builds and Platforms:
Reproduces on nightly build from August 14th, 2011

Additional information:
App files are only selectable when "multiple = true".  Attempting to open this file using a FileReader causes an error.