give us some more info.... how do you 'pass' the array to your function, remeber $_FILES is a super-global array in is available in the functions scoope as well.

-- red

Bruno Santos wrote:

Hello all.

I'm developing a script that requires the user to upload 2 files.

i want to put all the lines that takes care of the uploading of the file in a function.

i've tried to pass the global array $_FILES to a function, but still no sucess...

can someone help me ??

regards

Bruno



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



Reply via email to