I've no clue, yet. If I were you I would download the software (sourceforge) and see how it works. It is implemented in PHP, java/servlet and will be in perl. Shouldn't be too difficult to figure it out. We are using the apache commons fileUpload jar. May be they are using it as well or more likely as it is available in PHP as well, some other means. May be you can make a wicket component similar to our existing file upload component and contribute it to the project?
Juergen On 8/15/05, Michael Glauche <[EMAIL PROTECTED]> wrote: > Juergen Donnerstag wrote: > > and it works. I just tested it. What I'm missing though is a cancel button. > >>>How would you do that in a browser... > >>>Because the browser is also on the other hand still posting the data. > >>>Maybe with ajax this would be nicely possible... > >> > >>Haven't tried this myself but > >> > >>http://www.raditha.com/megaupload/ > >> > >>is supposed to be an example of this functionality. > > Doing the client side is not that hard i think (at least if you use a > second window). > > But my main question was, how to do that in wicket (i.e. how to get the > currently transfered bytes ) ? ;) > > regards, > Michael > -- > Michael Glauche, Dipl. Inform. Connection GmbH > [EMAIL PROTECTED] http://www.connection-net.de/ > pgp key: http://www.connection-net.de/~mglauche/mglauche.asc > > Reclaim Your Inbox! > http://www.mozilla.org/products/thunderbird/ > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
