i am upgrading my online forms and wanted to try and add some more upload functionality to my image upload section...
i have been trying to find a way to add a form of progress bar while the form is processing.
i am also trying to find a different method of having a user upload multiple files without having to add all the upload 'calls' in the php script. i have 6 upload spots right now, but i want to try and make a way to let users upload as many files as they want in one form, or dynamically call another upload box when a user clicks a relative button (without seeing all the extra upload fields)...
does anyone know of a script or additional coding that will include a progress bar and give an 'unlimited upload' functionality or better way to have a user upload multiple photos. i have tried a few right now but none seem to be compatible with the post form script, i tried to find a similar post on here but couldnt
i'm sure looking for both might be asking too much but i thought i would give it a shot
thanks in advance for any help and suggestions
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Use this serch string in your google search "php multiple file upload".
There are plenty of examples for multiple file upload scripts that you can integrate into your form and process.php files.
Use this serch string in your google search "php file upload progress".
There are plenty of examples for file upload progress scripts that you can integrate into your form and process.php files.
Note: Not all of the examples you will find will be simple to integrate. These are not simple things and may even require changes to your server. You can work with your host tech support to be sure the method you choose will work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi all,
i am upgrading my online forms and wanted to try and add some more upload functionality to my image upload section...
i have been trying to find a way to add a form of progress bar while the form is processing.
i am also trying to find a different method of having a user upload multiple files without having to add all the upload 'calls' in the php script. i have 6 upload spots right now, but i want to try and make a way to let users upload as many files as they want in one form, or dynamically call another upload box when a user clicks a relative button (without seeing all the extra upload fields)...
does anyone know of a script or additional coding that will include a progress bar and give an 'unlimited upload' functionality or better way to have a user upload multiple photos. i have tried a few right now but none seem to be compatible with the post form script, i tried to find a similar post on here but couldnt
i'm sure looking for both might be asking too much but i thought i would give it a shot
thanks in advance for any help and suggestions
Use this serch string in your google search "php multiple file upload".
There are plenty of examples for multiple file upload scripts that you can integrate into your form and process.php files.
Use this serch string in your google search "php file upload progress".
There are plenty of examples for file upload progress scripts that you can integrate into your form and process.php files.
Note: Not all of the examples you will find will be simple to integrate. These are not simple things and may even require changes to your server. You can work with your host tech support to be sure the method you choose will work.