Re: Using XmlHttpRequest to upload [binary] data
Vladimir Kelman <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Emmanuil Batsis (Manos) wrote:
> The methods are the same
>
>> http://support.microsoft.com/default.aspx?scid=kb;en-us;296772
But MS is using server.CreateObject("ADODB.Recordset")!!
It's clearly Windows-specific and even will work only on Windows
machines with ADODB installed! I got some advice to look at
http://xulfr.org/wiki/ApplisWeb/Request
http://jslib.mozdev.org
Looks doable, but complicated and Mozilla API specific. So, while there
is a pretty standard way to post data with XmlHttpRequest, there is no
common way to upload files through it. Which means I have to stick with
using of inner frame...