Welcome Guest, Not a member yet? Register   Sign In
Mutiple file upload issue
#1

[eluser]bhakti.thakkar[/eluser]
Hi all,
In my application, there is one section in which a user can upload file required. Its working fine. The issue is at time only one file can be uploaded. I want a facility in which a user will select many files. they will we listed there itself and finally one Upload button which will upload them altogether instead of one one upload. I am attaching a image to be more specific. I dont what to so it this way :
Code:
<input type="file" name="file_1" value="" />
<input type="file" name="file_2" value="" />
<input type="file" name="file_3" value="" />
as in the above case there will be multiple file type created. i want just one browse button. select one one file and on click of a separate Upload button all the selected files will be uploaded.

Thankls
#2

[eluser]bhakti.thakkar[/eluser]
Please some one help me in this
#3

[eluser]Zeeshan Rasool[/eluser]
Do you want to add multiple files using single browse button or one for each?
please little clear it
#4

[eluser]bhakti.thakkar[/eluser]
Hello
he image attachment says all.
there will be one browse button
They will be selected one by one
and finally one Upload button which will actually do the file upload

Thanks
#5

[eluser]mohsin917[/eluser]
I also need this multiple file up-loader.
when the 1st file is selected another browser button is appeared through js dom (extend form).

I do this in plain but how to implement and validate it in CI..
#6

[eluser]alvk4r[/eluser]
You can find the solution in http://ellislab.com/forums/viewthread/156352/




Theme © iAndrew 2016 - Forum software by © MyBB