Re: [whatwg] what happened to sendAsBinary?

2010-07-06 Thread Toni Ruottu
I was looking at jquery, but I am not sure it works. The problem is that jqeury serializes a web form, where it enters the data in a field. We need to send the binary data alone. --Toni On Wed, Jun 30, 2010 at 11:14 PM, narendra sisodiya wrote: > > > On Wed, Jun 30, 2010 at 3:57 PM, Toni Ruott

Re: [whatwg] what happened to sendAsBinary?

2010-06-30 Thread narendra sisodiya
On Wed, Jun 30, 2010 at 3:57 PM, Toni Ruottu wrote: > hello > > We are trying to code an application that needs to send some binary > data from javascript to a http server. The server is expecting to > receive the data in the body of the request, and for the body to not > include anything other

[whatwg] what happened to sendAsBinary?

2010-06-30 Thread Toni Ruottu
hello We are trying to code an application that needs to send some binary data from javascript to a http server. The server is expecting to receive the data in the body of the request, and for the body to not include anything other than the raw data. In the old world you would do this with the s