Problem uploading multiple files from the input file field with same name |
[eluser]Unknown[/eluser]
[quote author="dnc" date="1339047424"]Please check this post : Multiple File Upload and keep us up to to date on your progess![/quote] Thanks for the fast reply! Unfortunately the extension is for situations like this- Code: <input type="file" name="file_1" size="20" /> Code: <input type="file" name="file[]" size="20" /> and its actually doing a mass upload. I want to upload files 1 by 1. Please refer to the original post for more details. All I need to know how i can pass a single element of the array file[] to $this->upload->do_upload(); Thanks again, I appreciate your interest! |
Messages In This Thread |
Problem uploading multiple files from the input file field with same name - by El Forum - 06-06-2012, 10:21 PM
Problem uploading multiple files from the input file field with same name - by El Forum - 06-06-2012, 10:37 PM
Problem uploading multiple files from the input file field with same name - by El Forum - 06-06-2012, 10:51 PM
|