Viewing uploaded images
Posted: Thu Nov 20, 2008 7:59 am
Is there anyway I can view my uploaded images without having to save them to a folder.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
header("Content-type: image/png"); // Change to appropriate MIME type
readfile($FILES["the_uploaded_image"]["tmp_name"]);