|
|
#1 (permalink) |
|
banned
Join Date: Sep 2005
Posts: 2,099
|
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. |
|
|
|
|
|
#2 (permalink) |
|
VIP Member
![]() Join Date: Mar 2005
Location: UK
Age: 17
Posts: 1,150
|
This, http://uk2.php.net/features.file-upload sounds like what you need, scroll down a bit then it says something about arrays.
Xycron, would you mind sending me what script you are using, as i can never get any to work, thanks, Lee
__________________
My PC: Core2Duo E6300 @ 1.86 Ghz, Asus P5v-VM DH , 200 GB Maxtor SATA ,2GB (2*1GB Kingston DDRII), Radeon x1650 Graphics (256 mb), 2* Acer 17 inch TFT's, Windows Vista Home Premium Server: AMD Athlon XP 2800+ 256 Mb Ram, 8Gb IDE for o/s, 2 * 250GB SATAII for storage, Ubuntu Server 7.10 |
|
|
|
|
|
#3 (permalink) |
|
banned
Join Date: Sep 2005
Posts: 2,099
|
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? |
|
|
|
|
|
#4 (permalink) |
|
VIP Member
![]() Join Date: Mar 2005
Location: UK
Age: 17
Posts: 1,150
|
I pmmed you my email, could you send me both if possible, thanks, lee
__________________
My PC: Core2Duo E6300 @ 1.86 Ghz, Asus P5v-VM DH , 200 GB Maxtor SATA ,2GB (2*1GB Kingston DDRII), Radeon x1650 Graphics (256 mb), 2* Acer 17 inch TFT's, Windows Vista Home Premium Server: AMD Athlon XP 2800+ 256 Mb Ram, 8Gb IDE for o/s, 2 * 250GB SATAII for storage, Ubuntu Server 7.10 |
|
|
|