Posted on 2006-02-24 13:20:43-08 by poojapatel
What is the Proper Method to Upload Long File.
Respected Sir I am developing a Webdav Client Application and I had completed Methods like GET, MKCOL, PROPFIND. PROPPATCH, SEARCH etc. but the main problem where I find difficulties is in PUT method. I want to copy/Upload a file from my local machine to web-server. I had implemented it with PUT method in which I call SEND(chBuffer) method with , where chBuffer is the char Buffer with whole file in it. But if the size of my file is more than 100MB then it will be impossible to once load file in Buffer. Is there any way where I can send file in small parts(fragments). Reply Thanks in Advance. Bye Jitendra Sanghani [sanghani.jitendra@spsoftindia.com]
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.