PHP image in session
Hi, I am wondering if there is a way to do either of the following with PHP:
1. Dynamically generate an image from an uploaded one without saving the uploaded file. ie. Using $_files[file][temp_name] as the source file
or
2. Delete an image file when a session ends or store and display an image as part of a session
I've not had much luck googling this so any help greatly appreciated
|