Page 1 of 1

Image upload without copy into a folder.

Posted: Thu Jan 11, 2007 5:57 am
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.

Posted: Thu Jan 11, 2007 10:07 am
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.