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:

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

RE: File-Upload: Progress-Bar

2004-03-19 Thread Matthias Wessendorf
Hi Tim! i didn't tryed it out, but on ORA's ONJAVA is saw an artikel on that http://www.onjava.com/lpt/a/3886 perhaps you got some ideas on it! Cheers, Matthias -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 10:31 AM To: [EMAIL PROTECT

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 HTTP-Bro

RE: File-Upload: Progress-Bar

2004-03-19 Thread JoAnn Lemm
I could tell you how I'm going it (I also have very large files to upload.) 1) Once the upload request comes in, I launch a thread from my action class/servlet to handle the actual upload 2) I then forward to a page which displays a message indicating status. 3) I use java script to submit the sta

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 enh

Re: File-Upload: Progress-Bar

2004-03-19 Thread Max Cooper
A simpler solution that may still meet your needs might be to use an animated GIF on a pop-up just to give the user some feedback that the upload is still in progress and that they should be patient. You could setup something like this: The HTML form with upload file input element has a hidden fi

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 day

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 :

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 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: For additional commands, e-mail:

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 Mark Ayad
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 - Original Message - From: <[EMAIL PROTECTED]> To: "struts" <[

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 progr