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!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.