help with html/php

Xycron

banned
I'm using this code in html

<form method="post" enctype="multipart/form-data" action="upload.php">

Select file: <input type="file" name="userfile">
<input type="submit" value="Upload"></i> </p></form>

to have a browse, and upload, that connections to a file upload.php to allow people up upload things onto my server.

HEre's what i want to do but im not sure about how to do it.

I want to have several browse input field(around 5) and then one submtit upload field that will upload all the files... I'm not sure how to do it, I tryed to just make 5 of them after it, but then it only uploads the last one.
 
The one i'm using now? sure i can,, whats your e-mail?

Also i'm completly reworking one right now. I made a first page with a input and submit box which you put how many upload boxes you want, then press sumbit, then it brings you to the second page which has how ever many boxed you put in, and then it uploads and brings you to the first page.

It's still not even close to done since i need to get max file sizes and everything.

Which do you want me to send you? or both?
 
Back
Top