View Single Post
  #1 (permalink)  
Old 04-27-2007, 09:22 AM
kiq kiq is offline
WebProWorld New Member
 

Join Date: Mar 2006
Location: London
Posts: 15
kiq RepRank 0
Default 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
Reply With Quote