Hi guys,
I need a PHP Page which can basically create a bunch of file upload forms, and handle the uploads of the files. Looking for something like this:
mypage.php?forms=8&submit=false
that will draw 8 upload forms
mypage.php?forms=0&submit=true
that will handle all the submitted files
Anyone able to help me out please?
Create Upload Forms
Moderator: General Moderators
search this forum for 'uploading files'.
look at php.net for the $_FILES[] array.
check out move_uploaded_file() and is_uploaded_file()
look at php.net for the $_FILES[] array.
check out move_uploaded_file() and is_uploaded_file()