Re: Proposal for sending multiple files via XMLHttpRequest.send()

>
>
> How is supposed the web application to detect that the browser
> supports this feature?
>
>
Maybe instead of overloaded send, we should create new method sendFile(File)
and sendFiles(File[]).

And between the two approaches, the first one is simpler, but the
> second one allows to send the files one each time and add other form
> data in the request.
>
> Maybe sendFiles(File[], [Strings[]])?

Received on Monday, 14 September 2009 08:51:33 UTC