Page 1 of 1

Passing Imageupload as a parameter

Posted: Fri Aug 18, 2006 11:58 am
by mzfp2
Hi

I am using a form and php script to process the upload of an image, this I have implemented without a problem. However I want to create a universal function in my system which will take care of all uploads,, therefore I need to able to pass the file field retreived using $HTTP_POST_FILES as a parameter to another function, and be able to use it nomrally within, is this possible, so ffar I'm having no luck.

Thanks
Musaffar

Posted: Fri Aug 18, 2006 12:08 pm
by feyd
What have you tried?