Jump to content

Multiple file upload system


wrathican

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.