Image upload without copy into a folder.
Moderator: General Moderators
Image upload without copy into a folder.
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.
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
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.