954,574 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to upload large files in JSP?

Hi,

I've googled for awhile but still can't seem to find a way to upload large files (>1 MB) using JSP. So far all I've found were methods that read the file byte-by-byte and temporarily stores the data in memory, making the filesize limit that you can upload very small. I'm wondering if anybody can point me out to something more like a HTTP/FTP file transfer approach?

So far all I've managed to find is http://www.javazoom.net/jzservlets/uploadbean/uploadbean.html . However, I can't use it because of a Tomcat version issue.

Thanks for your help!

sayeo87
Newbie Poster
6 posts since Sep 2007
Reputation Points: 10
Solved Threads: 0
 
~s.o.s~
Failure as a human
Administrator
11,938 posts since Jun 2006
Reputation Points: 3,281
Solved Threads: 734
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You