What is the Proper Method to Upload Long File

This should cover W3C XML Schema, Relax NG and DTD related problems.
poojapatel
Posts: 1
Joined: Fri Feb 24, 2006 3:44 pm

What is the Proper Method to Upload Long File

Post by poojapatel »

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]
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi,

I'm sorry but your question is off topic here and there are very few chances to get a valuable reply on this forum. You may want to try posting your question on a Java related forum.

Best Regards,
George
Post Reply