Passing Imageupload as a parameter

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mzfp2
Forum Contributor
Posts: 137
Joined: Mon Nov 11, 2002 9:44 am
Location: UK
Contact:

Passing Imageupload as a parameter

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

What have you tried?
Post Reply