Bug 66231

Summary: fileSize is not correctly reported for Mac app and they cannot be opened using FileReader.
Product: WebKit Reporter: Bryan Logan <balogan>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED ---    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.6   
Attachments:
Description Flags
Simple page showing error in file input component. none

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.