I want to upload large video files (>=1Gb) with HttpClient to a servlet but I couldn’t find any real examples.
Could you give me some useful code examples?
I’d like to see both the HttpClient and FileUpload demo codes (as a one project). And it is quite interesting can I use FileUpload lib to download large files?
It is interesting to have upload bound like this applet -> servlet
Here’s an example of HttpClient and file upload:
http://www.theserverside.com/news/1365153/HttpClient-and-FileUpload
I’m not sure that you mean by “real”. It’s real enough, even if it doesn’t precisely match your situation.
1GB? You’re likely to have file size limitation issues. Try it locally and see. If it fails, at least you’ll have some real code and more exact conditions to post here.