Re: File API Feedback

Ian Hickson wrote:
> Local display of images before uploading them requires being able to take 
> a File object and poke it into parts of the platform that currently only 
> take URLs. I suggest that the way we address this is by adding an API to a 
> File object that returns a URL like this:
> 
>    scheme:uuid

Can't one already get data out of a File object?  And if so, is there a 
reason to not just have a way of getting a data: url representing that 
data out of one?

-Boris

Received on Friday, 19 June 2009 00:30:39 UTC