Re: [PHP] POST form File Upload Progress Bar?

2002-04-16 Thread Weston Houghton
My cheap trick around this is to have an onClick event on the form submit button that brings up a small window with a progress note in it, and an animated gif of a prgress bar. As the page does not unLoad until the upload is finished, I use the unLoad event of the body tag to close that

Re: [PHP] POST form File Upload Progress Bar?

2002-04-16 Thread Michael P. Carel
could you give us some samples im also searching for that. thanks. Regards, mike My cheap trick around this is to have an onClick event on the form submit button that brings up a small window with a progress note in it, and an animated gif of a prgress bar. As the page does not unLoad

Re: [PHP] POST form File Upload Progress Bar?

2002-04-16 Thread Weston Houghton
Let me isolate it out of the project tonight, and I'll try to post a simple example for everyone. Wes could you give us some samples im also searching for that. thanks. Regards, mike My cheap trick around this is to have an onClick event on the form submit button that brings up a

Re: [PHP] POST form File Upload Progress Bar?

2002-04-16 Thread CompMan86
Hi, Thanks for your response =) I don't know much about javascript, so if you could show me an example that would be great. Weston Houghton [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... My cheap trick around this is to have an onClick event on the form submit

RE: [PHP] POST form File Upload Progress Bar?

2002-04-16 Thread Alok K. Dhir
] On Behalf Of CompMan86 Sent: Tuesday, April 16, 2002 11:23 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] POST form File Upload Progress Bar? Hi, Thanks for your response =) I don't know much about javascript, so if you could show me an example that would be great. Weston Houghton [EMAIL