Different file names

See all posts Reply

Different file names new!
by Dart, 10 years, 6 months ago
How to upload files with form input fields with different names?

<input name="name1" type="file">
<input name="name2" type="file">
<input name="name3" type="file">


Files may be 10, and can send użytkownić example 1, 5, 8 or all
I can not use:

<INPUT name="my_field[]" type="file">

I need to know what exactly will send the file to me.Reply
Re: Different file names new!
by Colin, 10 years, 6 months ago
Look in the FAQ, the question What about multiple uploads?.Reply