Re: file upload monitoring
"Hannes Wallnoefer" <[email protected]>
| Newsgroups | gmane.comp.java.helma.general |
|---|---|
| Message-ID | <[email protected]> |
Hi kRAkEn/gORe, I've gotten this request before, so i looked into it and found that the new 1.2 version of commons fileupload has now a hook for upload monitoring: http://jakarta.apache.org/commons/fileupload/apidocs/org/apache/commons/fileupload/FileUploadBase.html#setProgressListener(org.apache.commons.fileupload.ProgressListener) While looking around at jakarta.apache.org, I also found that there are new versions of commons io and commons logging around. Any ideas on whether we should update these, too? I'll probably do so for release candidate 3 if nobody objects. hannes 2007/5/31, kRAkEn/gORe <[email protected]>: > i was trying to achieve file upload notification with a progress bar > using prototype. there is the possibility in helma to have control of > the upload injecting a FileUploadListener that will report the number > of bytes uploaded (and so been able to display a progress meter) ? > > been using this in a servlet context, and working nicely: > http://www.missiondata.com/blog/java/28/file-upload-progress-with-ajax-and-java-and-prototype/ > > have anyone done this in helma or have some ideas or excerpt to start with ? > > thanx > _______________________________________________ > Helma-user mailing list > [email protected] > http://helma.org/mailman/listinfo/helma-user >