Reply to Re: Can I show Resized images without saving it.

Re: Can I show Resized images without saving it. new!
by colin, 14 years, 6 months ago
Yes, it is possible:
$handle = new upload($_FILES['image_field']);
header('Content-type: ' . $handle->file_src_mime);
echo $handle->Process();
die();
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important