Topic awaiting preservation: multiple file uploads |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: |
posted 03-19-2005 20:58
does anybody have any idea how i can make a good multiple file upload page cos at the moment if you upload any more than one at a time the page times out |
Maniac (V) Inmate From: Cell 53, East Wing |
posted 03-24-2005 05:48
EDDII: In PHP I assume? |
Bipolar (III) Inmate From: |
posted 03-25-2005 01:55
ok im just using code: $_FILES['file']
|
Maniac (V) Inmate From: Cell 53, East Wing |
posted 03-25-2005 03:07
You could load the file locations into a session and then have the page step through each one (pos. with a skip button) - that'd work. |
Bipolar (III) Inmate From: |
posted 03-29-2005 01:27
ahh yes i thought about that but then i have no idea how to stop the second page you go to from loading them you see if you point a form to submit.php then submit.php will load the images before it displays anything |
Bipolar (III) Inmate From: United States |
posted 03-29-2005 18:48
EDII: I'm not sure what your code looks like, so I'll just cover a few bases. code: <?
code: <!-- I am the form you use on the webpage -->
|