I'm trying to design a web server where users can login, initiate long
running processes on uploaded files, monitor the progress via a web page and
download some results when the process has finished.
My first attempt was to do the file processing in the servlet, but the
browser timed out eventually! I appreciate this is not the way to solve it!
I was wondering if there is a common mechanism for doing this sort of thing
within a Tomcat server? Are any libraries available?
Thanks for any help.
--
Regards,
Steve
"...which means he created the heaven and the earth... in the DARK! How good
is that?"
Re: Suggestions on creating a File Download area ... > I'm in the process of setting up a web site that will allow users to ... > towards having a download area that users can log in to and simlply ... are outside the directories that the web server can access. ... or you could link the cleaning to logins. ... (alt.php)
Re: Suggestions on creating a File Download area ... filename will be able to download the file without paying you anything. ... as the web server wouldn't go out of the /var/www/html ... A php script can read a file outside the document-root, ... use fpassthru() function, of course you can use any of the other file read ... (alt.php)
Re: OT: windoze woes and full rant mode is on ... If I try and download it to the client, ... EVERYTHING on the web server, then simply serve up a dynamically ... constructed page that suits the particular browser being used. ... I was really hoping Java would have taken off more than it did. ... (comp.lang.cobol)
Re: Downloading files ... > How can I download a file and store it on the web server. ... The files are to be stored on the web server.... >>> How can I download a file and store it on the web server. ... >>> Shawn... (microsoft.public.dotnet.framework.aspnet)
Re: Stream or download of files ... "Save-As" it won't go to download the whole file, ... A web server stream is more like a long-term file download, ... negotiate with the client which bitrate to deliver so you'd get sent ... (microsoft.public.windowsmedia.encoder)