[Webkit-unassigned] [Bug 25887] New: Should have a way to convert File objects to data: urls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 20 00:47:14 PDT 2009


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

           Summary: Should have a way to convert File objects to data: urls
           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, sam at webkit.org
OtherBugsDependingO 25886
             nThis:


Should have a way to convert File objects to data: urls

This would allow you to display a preview image for an uploading attachment, or
to store an image in the Database and display it later.  Related to bug 25886.

Something like:
file.toDataURL(encoding)  // or URI?

http://en.wikipedia.org/wiki/Data_URI_scheme


-- 
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