Re: [Stripes-users] FileUpload any events available during upload?

2008-04-28 Thread Will Hartung
On Apr 28, 2008, at 7:18 AM, Poitras Christian wrote: I've coded something last friday. The best advantage of my method is that it will surely work if javascript is disabled (althought, progress bar is not shown). Since there is no frame stuff, you can return a Resolution from your handler

Re: [Stripes-users] FileUpload any events available during upload?

2008-04-28 Thread Poitras Christian
n("text/plain", progress.toString()); } Christian From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zenin, Ruslan Sent: Monday, April 28, 2008 9:00 AM To: Stripes Users List Subject: Re: [Stripes-users] FileUpload any events av

Re: [Stripes-users] FileUpload any events available during upload?

2008-04-28 Thread Poitras Christian
2008 9:00 AM To: Stripes Users List Subject: Re: [Stripes-users] FileUpload any events available during upload? No problem Aaron, thanks for your effort! I'm trying now to work directly with apache-upload lib... Best regards, Ruslan From: [EMAIL PROTECTED] on

Re: [Stripes-users] FileUpload any events available during upload?

2008-04-28 Thread Zenin, Ruslan
re any code available that I can use in the mean time? > > Best regards, > Ruslan > > > From: [EMAIL PROTECTED] on behalf of Aaron Porter > Sent: Mon 4/21/2008 11:57 AM > To: Stripes Users List > Subject: Re: [Stripes-users] FileUpload any e

Re: [Stripes-users] FileUpload any events available during upload?

2008-04-26 Thread Aaron Porter
n time? > > Best regards, > Ruslan > > > From: [EMAIL PROTECTED] on behalf of Aaron Porter > Sent: Mon 4/21/2008 11:57 AM > To: Stripes Users List > Subject: Re: [Stripes-users] FileUpload any events available during upload? > Zenin, &

Re: [Stripes-users] FileUpload any events available during upload?

2008-04-21 Thread Ben Gunter
a plugin. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gregg Bolinger Sent: Monday, April 21, 2008 2:27 PM To: Stripes Users List Subject: Re: [Stripes-users] FileUpload any events available during upload? I implemented fileupload with a progress bar

Re: [Stripes-users] FileUpload any events available during upload?

2008-04-21 Thread Gregg Bolinger
mon task. This could even be something to make its way into the core or > better yet as a plugin. > > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gregg Bolinger > Sent: Monday, April 21, 2008 2:27 PM > To: Stripes Users List

Re: [Stripes-users] FileUpload any events available during upload?

2008-04-21 Thread Newman, John W
es Users List Subject: Re: [Stripes-users] FileUpload any events available during upload? I implemented fileupload with a progress bar using Stripes and commons-fileupload but with a tweaked upload request wrapper. Unfortunately it was for a previous contract and I don't know if I can come by the

Re: [Stripes-users] FileUpload any events available during upload?

2008-04-21 Thread Gregg Bolinger
that take long time' in case original > attachment does not go through. > > Leonard > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Zenin, > Ruslan > Sent: Monday, April 21, 2008 7:40 AM > To: stripes-us

Re: [Stripes-users] FileUpload any events available during upload?

2008-04-21 Thread Zenin, Ruslan
oad events support in Stripes or try to mess-up with commons-fileupload... Best regards, Ruslan From: [EMAIL PROTECTED] on behalf of Leonard Gestrin Sent: Mon 4/21/2008 12:11 PM To: Stripes Users List Subject: Re: [Stripes-users] FileUpload any events available dur

Re: [Stripes-users] FileUpload any events available during upload?

2008-04-21 Thread Zenin, Ruslan
Subject: Re: [Stripes-users] FileUpload any events available during upload? Zenin, Stripes doesn't have native support for that yet. It will probably make it into 1.6 but will require use of commons-fileupload because cos doesn't have any support for upload progress. There is already an entr

Re: [Stripes-users] FileUpload any events available during upload?

2008-04-21 Thread Leonard Gestrin
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zenin, Ruslan Sent: Monday, April 21, 2008 7:40 AM To: stripes-users@lists.sourceforge.net Subject: [Stripes-users] FileUpload any events available during upload? Hello all, Is there any callback events available for Stripes file upload? I'd

Re: [Stripes-users] FileUpload any events available during upload?

2008-04-21 Thread Aaron Porter
Zenin, Stripes doesn't have native support for that yet. It will probably make it into 1.6 but will require use of commons-fileupload because cos doesn't have any support for upload progress. There is already an entry for JIRA: http://stripesframework.org/jira/browse/STS-184 I did create an upl

Re: [Stripes-users] FileUpload any events available during upload?

2008-04-21 Thread Will Hartung
On Apr 21, 2008, at 7:40 AM, Zenin, Ruslan wrote: > Hello all, > > Is there any callback events available for Stripes file upload? I'd > like to show a progress of the large uploads (big files that are > uploaded via slow connection). > I've seen some websites that show pretty nice upload pro

[Stripes-users] FileUpload any events available during upload?

2008-04-21 Thread Zenin, Ruslan
Hello all, Is there any callback events available for Stripes file upload? I'd like to show a progress of the large uploads (big files that are uploaded via slow connection). I've seen some websites that show pretty nice upload progress via AJAX div tag... In Stripes, FileBean becomes availa