[Webkit-unassigned] [Bug 80970] New: File upload control should use File.name() rather than File.path() to show chosen filenames

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 12 22:35:32 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=80970

           Summary: File upload control should use File.name() rather than
                    File.path() to show chosen filenames
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinuko at chromium.org


File upload control should use File.name() rather than File.path() to show chosen filenames.

In some rare cases (e.g. files from FileSystem API or files created using the newly added WebKit API) File.name has different displayName from the basename of file.path, and in the file uploader controller we should use File.name rather than File.path.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list