Welcome Guest, Not a member yet? Register   Sign In
Problem uploading multiple files from the input file field with same name
#3

[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" />
  <input type="file" name="file_2" size="20" />
  <input type="file" name="file_3" size="20" />
Where as i have a different situation
Code:
<input type="file" name="file[]" size="20" />
<input type="file" name="file[]" size="20" />
<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:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB