Many of my users are confused when trying to add files. They would prefer I show all 5 inputs, rather than the way it adds to a queue, which many do not understand until I explain it to them. Sigh... anyways, quick hack for this I hope?
As always, thank you.
XUpload - Force, rather than auto
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Ok. First use upload_form2.html.
Just add these fields after 1st upload field:
should work fine.
And now you can remove Add Slot button.
Just add these fields after 1st upload field:
Code: Select all
<input name="file_1" type="file" onChange="checkExt(this)" size=40><br>
<input name="file_2" type="file" onChange="checkExt(this)" size=40><br>
<input name="file_3" type="file" onChange="checkExt(this)" size=40><br>
<input name="file_4" type="file" onChange="checkExt(this)" size=40><br>
And now you can remove Add Slot button.