PHP multiple file upload
Posted: Mon Dec 08, 2008 2:06 pm
Hi,
I have a php app that needs to upload multilple files.
The user uses an HTML File Input to browse for the file and select it, but instead of uploading right away, I need to store it in a multiple select. Once all the files have been added to the multiple select, the user clicks "upload" and all the files are uploaded to the server. The only problem I am having is how to upload the files in the multiple select. I can get the file names there, but they are not uploading.
Any help, or requests for more info on the problem?
I have a php app that needs to upload multilple files.
The user uses an HTML File Input to browse for the file and select it, but instead of uploading right away, I need to store it in a multiple select. Once all the files have been added to the multiple select, the user clicks "upload" and all the files are uploaded to the server. The only problem I am having is how to upload the files in the multiple select. I can get the file names there, but they are not uploading.
Any help, or requests for more info on the problem?