[DUG] HTTP Upload Progress

2008-09-17 Thread Jeremy Coulter
Hi Al, sorry this is a repeated post, as I have not received any emails from the list in a week, then I got an email to reconfirm my email address because the emails were meant to be bouncingwhich is strange because its my main email address and I have been getting emails okanyway using

Re: [DUG] HTTP Upload Progress

2008-09-17 Thread Richard Vowles
The way I implemented this (in a Java web server) was that once the form was submitted, an ajax request was fired off in the background and repeatedly asked the server how the file upload was progressing, and updated the amount of colour in a progress bar. The upload was attached to the session,

Re: [DUG] HTTP Upload Progress

2008-09-17 Thread Jeremy Coulter
Of Richard Vowles Sent: 18 September 2008 05:46 To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] HTTP Upload Progress The way I implemented this (in a Java web server) was that once the form was submitted, an ajax request was fired off in the background and repeatedly asked the server how

Re: [DUG] HTTP Upload Progress

2008-09-17 Thread Richard Vowles
:* 18 September 2008 05:46 *To:* NZ Borland Developers Group - Delphi List *Subject:* Re: [DUG] HTTP Upload Progress The way I implemented this (in a Java web server) was that once the form was submitted, an ajax request was fired off in the background and repeatedly asked the server how

Re: [DUG] HTTP Upload Progress

2008-09-17 Thread Conor Boyd
, if you've more questions, let me know. Conor From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Coulter Sent: Thursday, 18 September 2008 6:49 a.m. To: 'NZ Borland Developers Group - Delphi List' Subject: Re: [DUG] HTTP Upload Progress yeah

Re: [DUG] HTTP Upload Progress

2008-09-17 Thread Neven MacEwan
:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Richard Vowles *Sent:* 18 September 2008 05:46 *To:* NZ Borland Developers Group - Delphi List *Subject:* Re: [DUG] HTTP Upload Progress The way I implemented this (in a Java web server) was that once the form was submitted, an ajax

Re: [DUG] HTTP Upload Progress

2008-09-17 Thread Conor Boyd
-- -- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Richard Vowles *Sent:* 18 September 2008 05:46 *To:* NZ Borland Developers Group - Delphi List *Subject:* Re: [DUG] HTTP Upload Progress The way I implemented this (in a Java web server) was that once the form was submitted

Re: [DUG] HTTP Upload Progress

2008-09-17 Thread Jeremy Coulter
10:35 a.m. To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] HTTP Upload Progress Jeremy You could do it in Javascript reltively simply | makes a decent progress bar, I have never got into graphics with JS though its would be relatively simple to resize a div