Okay, I think this is an easy thing but I can't figure it out:

I have a script that will be uploading (up to) 4 files:
$file1
$file2
$file3
$file4

Each $file variable has associated $original_name, $filesize, and $filename
variables. Each file:

$original_name = $HTTP_POST_FILES['userfile1']['name'];

that gets uploaded needs to 1) have the filename modified:



Jason Soza
'98 Black Grand Cherokee "IAMB4U"
'92 Classic Red Miata "IMB4U2"
Juneau, Alaska
http://www.phrog-net.com/miata/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to