Reply to force download

force download new!
by ray, 7 years, 7 months ago
Hi
I would like to "create new image" with some modification with class.upload on the fly (not really save image) then, force download.

on example, force download using this code :
$handle = new upload($_FILES['image_field']);
header('Content-type: ' . $handle->file_src_mime);
header("Content-Disposition: attachment; filename=".rawurlencode($handle->file_src_name).";");
echo $handle->Process();
die();

i just try many combination, but i can't modify the image with upload class.

some body help me.
thanks
RayReply

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