[Webkit-unassigned] [Bug 25906] New: Need a way to get a preview image/icon from a File object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 20 20:34:40 PDT 2009


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

           Summary: Need a way to get a preview image/icon from a File
                    object
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: ap at webkit.org, nigel.tao.gnome at gmail.com


Need a way to get a preview image/icon from a File object

This is needed by applications that want to do uploads.  They want to show a
preview icon before the upload has actually finished.  <input type="file">
already does something like this.

There are ways to do this in Gears tip of tree source.  In order to get Google
applications to move off of this functionality, we need to implement a
replacement WebKit. :)  Specifically Google applications are using this
functionality to make previews of images before upload.  They don't seem to do
so for non-image files.

I don't see anything like this in the FileUpload spec:
http://dev.w3.org/2006/webapi/FileUpload/publish/FileUpload.html


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



More information about the webkit-unassigned mailing list