wrathican Posted April 23, 2008 Share Posted April 23, 2008 hey there, what i want is a multiple file upload system. so a form that shows a maximum of 4 input boxes that search the users hard drive for image files only. I dont want to have 4 boxes display on the screen right away, i want only one to appear and then once the user has selected a file for that one another box appear and so on and so forth until the maximum number of boxes appears. i guess then the files would be stored in an array. and i would be able to process the upload then. however, what if the user selects 4 files that have a file size of 750kb, making the total filesize 3Mb, and my host restricts the maximum file upload to 2mb and script execution time to 60 seconds. will the script output an error? does php work on the total uploaded file size? or per file? Link to comment https://forums.phpfreaks.com/topic/102484-multiple-file-upload-system/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.