sending a file chunk by chunk instead as a whole to a web server

2010-08-02 Thread Sanjeeb
Hi, I have a web client which send a file to a server as multipart form data, the sending of data is from http://code.activestate.com/recipes/146306-http-client-to-post-using-multipartform-data/. I dont want to open the whole file to memory(at cliend end) and then send, i just want to send part

Re: sending a file chunk by chunk instead as a whole to a web server

2010-08-02 Thread Sanjeeb
On Aug 2, 11:52 am, Sanjeeb sanjee...@gmail.com wrote: Hi, I have a web client which send a file to a server as multipart form data, the sending of data is fromhttp://code.activestate.com/recipes/146306-http-client-to-post-using- I dont want to open the whole file to memory(at cliend

Re: sending a file chunk by chunk instead as a whole to a web server

2010-08-02 Thread Kushal Kumaran
On Mon, Aug 2, 2010 at 12:22 PM, Sanjeeb sanjee...@gmail.com wrote: Hi, I have a web client which send a file to a server as multipart form data, the sending of data is from http://code.activestate.com/recipes/146306-http-client-to-post-using-multipartform-data/. I dont want to open the

Re: sending a file chunk by chunk instead as a whole to a web server

2010-08-02 Thread Ryan Kelly
On Tue, 2010-08-03 at 10:45 +0530, Kushal Kumaran wrote: On Mon, Aug 2, 2010 at 12:22 PM, Sanjeeb sanjee...@gmail.com wrote: Hi, I have a web client which send a file to a server as multipart form data, the sending of data is from