Hi, One of my colleagues just implemented something quite cool using Java: an acurate upload progres bar on a web page without any Applets. It simply works by submitting the form to an iframe, which stores the content length in the session and also continuously updates a "number of bytes received so far" counter. Then is uses XML-RPC to continuously update a DHTML progres bar. Pretty nifty.
This is all possible because J2EE doesn't have a standard multipart/form-data handler; you just get the InputStream from the request and do your own. (I guess they forgot...) But I was just wondering if something like that could be possible in some way in AOLserver, preferably without too much C hacking. Cheers, Bas. -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
