Re: File API Feedback

Ojan Vafai wrote:
>
>>     
>
> What are the "URL length limitations imposed by user agents"?
> A quick search does not show any hard limits outside of IE's ~2k
> limit. Presumably
> IE could be convinced to increase that for data URLs.
Firefox allows up to 2GB. 
IE8 support for Data URLs is documented here: 
http://msdn.microsoft.com/en-us/library/cc848897%28VS.85%29.aspx where 
it says:

"Data URIs cannot be larger than 32,768 characters."

-- A*

Received on Thursday, 25 June 2009 14:02:27 UTC