Passing Imageupload as a parameter
Posted: Fri Aug 18, 2006 11:58 am
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
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