Hi all,
I've got a normal HTML form which contains a file input, as well as some selects. When submitted, the form POSTs to a PHP script which:
- renames the uploaded file and copies it to a directory
- adds the information from the selects to a MySQL database.
This file then ECHOs a confirmation screen to the user.
What I'm looking to do is add a progress bar to the file upload. When the user clicks submit, the progress bar appears. Once the file is uploaded, the script then goes to the confirmation screen.
How hard is this? How should I go about this?
All help appreciated. I've done a fair bit of PHP/MySQL/JS but never anything like this.
TIA,
Jon
I've got a normal HTML form which contains a file input, as well as some selects. When submitted, the form POSTs to a PHP script which:
- renames the uploaded file and copies it to a directory
- adds the information from the selects to a MySQL database.
This file then ECHOs a confirmation screen to the user.
What I'm looking to do is add a progress bar to the file upload. When the user clicks submit, the progress bar appears. Once the file is uploaded, the script then goes to the confirmation screen.
How hard is this? How should I go about this?
All help appreciated. I've done a fair bit of PHP/MySQL/JS but never anything like this.
TIA,
Jon