H
heather.fraser
I am well aware of several file upload servlets & libraries (including
the one from Apache/Jakarta).
However, how does one go about creating a web-based file upload
similar to Whalemail (www.whalemail.com) or many of the AJAX web2.0
sites I see where they show the status of the upload (in KB and %age)
as the upload progresses ?
Also I now find myself with the need to upload files as large as 500
MB over a Local Area Network - is the servlet going to be able to
handle this or will it try to cache the uploaded data in memory and
therefore run into memory limits on the server ?
Thank you for any advice,
Heather
the one from Apache/Jakarta).
However, how does one go about creating a web-based file upload
similar to Whalemail (www.whalemail.com) or many of the AJAX web2.0
sites I see where they show the status of the upload (in KB and %age)
as the upload progresses ?
Also I now find myself with the need to upload files as large as 500
MB over a Local Area Network - is the servlet going to be able to
handle this or will it try to cache the uploaded data in memory and
therefore run into memory limits on the server ?
Thank you for any advice,
Heather