Recommend file upload progress bar

2004-03-20 Thread Frank Burns
I have a requirement to display a progress bar while performing file uploads. I've found several frameworks that provide this functionality. However, can you recommend an existing *best* solution -- preferably off-the-shelf -- for use with Struts? Thanks, Frank

Re: Recommend file upload progress bar

2004-03-20 Thread Max Cooper
See the thread File-Upload: Progress-Bar that has been going on over the last few days. -Max - Original Message - From: Frank Burns [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Saturday, March 20, 2004 1:57 AM Subject: Recommend file upload progress bar I

File-Upload: Progress-Bar

2004-03-19 Thread Tim . Adler
Hello everybody! I'm up to the task to implement a progress bar for File-Uploads, cause the files that are uploaded to my Webapp can be quite large. Well as usual this problem is not easily solved on the HTTP-Browser upload side. I'm using Struts here so I'm also using the commons/FileUpload.

Re: File-Upload: Progress-Bar

2004-03-19 Thread Max Cooper
design requirements. -Max - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 19, 2004 1:31 AM Subject: File-Upload: Progress-Bar Hello everybody! I'm up to the task to implement a progress bar for File-Uploads, cause the files that are uploaded to my

AW: File-Upload: Progress-Bar

2004-03-19 Thread Tim . Adler
to that method in the Action?! And if that is so, do I have to parse the Multipart-Request by myself then?? -Ursprüngliche Nachricht- Von: Max Cooper [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 19. März 2004 12:03 An: Struts Users Mailing List Betreff: Re: File-Upload: Progress-Bar A simpler

Re: File-Upload: Progress-Bar

2004-03-19 Thread Joe Germuska
At 10:31 AM +0100 3/19/04, [EMAIL PROTECTED] wrote: I'm up to the task to implement a progress bar for File-Uploads ... My question: Has anybody done something like this with Struts before and can give me some little advise? I think someone is working on this, or at least has posted a bugzilla

RE: File-Upload: Progress-Bar

2004-03-19 Thread JoAnn Lemm
or not the multipart message contains the filesize. --JoAnn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 2:31 AM To: [EMAIL PROTECTED] Subject: File-Upload: Progress-Bar Hello everybody! I'm up to the task to implement a progress

Re: File-Upload: Progress-Bar

2004-03-19 Thread Michael McGrady
Check the archives. There has been a lot on this. At 01:31 AM 3/19/2004, you wrote: Hello everybody! I'm up to the task to implement a progress bar for File-Uploads, cause the files that are uploaded to my Webapp can be quite large. Well as usual this problem is not easily solved on the

RE: File-Upload: Progress-Bar

2004-03-19 Thread Matthias Wessendorf
PROTECTED] Subject: File-Upload: Progress-Bar Hello everybody! I'm up to the task to implement a progress bar for File-Uploads, cause the files that are uploaded to my Webapp can be quite large. Well as usual this problem is not easily solved on the HTTP-Browser upload side. I'm using Struts here so

Re: File-Upload: Progress-Bar

2004-03-19 Thread Martin Cooper
Joe Germuska [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At 10:31 AM +0100 3/19/04, [EMAIL PROTECTED] wrote: I'm up to the task to implement a progress bar for File-Uploads ... My question: Has anybody done something like this with Struts before and can give me some little

RE: File-Upload: Progress-Bar : Mega Upload

2004-03-19 Thread Dhaliwal, Pritpal (HQP)
.. Pritpal Dhaliwal -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 10:39 AM To: [EMAIL PROTECTED] Subject: Re: File-Upload: Progress-Bar Joe Germuska [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At 10:31 AM +0100 3/19/04, [EMAIL

File Upload : Progress Bar

2002-11-12 Thread jeroen
Hi, I was just experimenting with the file-upload utility of Struts, and it works fine. For one of my projects I need to upload rather big files, which take a long time. I was thinking about implementing some kind of progress bar where the user can view what the status of his upload is. The

Re: File Upload : Progress Bar

2002-11-12 Thread Gemes Tibor
2002. november 12. 14:22 dátummal [EMAIL PROTECTED] ezt írtad: Hi, I was just experimenting with the file-upload utility of Struts, and it works fine. For one of my projects I need to upload rather big files, which take a long time. I was thinking about implementing some kind of progress

Re: File Upload : Progress Bar

2002-11-12 Thread Mark Ayad
[EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 2:22 PM Subject: File Upload : Progress Bar Hi, I was just experimenting with the file-upload utility of Struts, and it works fine. For one of my projects I need to upload rather big files, which take a long time. I was thinking about

Re: File Upload : Progress Bar

2002-11-12 Thread Gemes Tibor
2002. november 12. 14:39 dátummal Mark Ayad ezt írtad: I have seen this done, from what I can remember you'll need to created a jsp that polls an upload thread, which determines the current-size of the upload. You know the total size of the upload. ..sorry I can't be more specific Umm...

Re: File Upload : Progress Bar

2002-11-12 Thread jeroen
I've seen it done too, but not in JSP/Servlets (in my asp days... brrr) Going to try it... -- To unsubscribe, e-mail: mailto:struts-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-user-help;jakarta.apache.org

Re: File Upload : Progress Bar

2002-11-12 Thread micael
Keep us posted. If you run into some difficulties, I would be willing to jump in with some assistance, if I have some. You can contact me at [EMAIL PROTECTED] At 02:45 PM 11/12/2002 +0100, you wrote: I've seen it done too, but not in JSP/Servlets (in my asp days... brrr) Going to try it...

Re: File Upload : Progress Bar

2002-11-12 Thread Mark Ayad
I have the code for this someplace, but It would take me an age to find it. Mark - Original Message - From: micael [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 7:20 PM Subject: Re: File Upload : Progress Bar Keep us posted. If you

Re: File Upload : Progress Bar

2002-11-12 Thread John Jones
bar accordingly. - Original Message - From: [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, November 12, 2002 8:45 AM Subject: Re: File Upload : Progress Bar I've seen it done too, but not in JSP/Servlets (in my asp days... brrr) Going to try