Image upload without copy into a folder.

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
basudeb
Forum Commoner
Posts: 44
Joined: Wed Dec 20, 2006 12:13 am

Image upload without copy into a folder.

Post by basudeb »

i need a code when i upload an image and resize it without saving into a folder and then output it to browser from buffer.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

The uploading process will always save it to a folder somewhere. Maybe you're referring to the need to copy/move the uploaded file to another location? I don't recall if the image loading functions are allowed to touch the temporary files uploading generates without them being in a normal location. I would bet they are not able to do so under safe_mode.
Post Reply