Display "in progess" message whilst form is submit
Posted: Wed Jul 31, 2002 9:00 pm
I have two files selectfile.php and uploadfile.php.
The first has a form in which the user browses for a file, then submits the form to upload the selected file to our server. The second file is the response to the first file and performs validations, copies the file to a permanent loc etc.
Submitting the form may take some time dependant on file size.
I'd like the user to have some indication that the upload is progressing between the instant they hit the upload/submit button, and the call to the response file once upload has completed.
A message saying 'file upload in progress' would suffice.
Any assistance will be greatly appreciated.
The first has a form in which the user browses for a file, then submits the form to upload the selected file to our server. The second file is the response to the first file and performs validations, copies the file to a permanent loc etc.
Submitting the form may take some time dependant on file size.
I'd like the user to have some indication that the upload is progressing between the instant they hit the upload/submit button, and the call to the response file once upload has completed.
A message saying 'file upload in progress' would suffice.
Any assistance will be greatly appreciated.