Jump to content

making the uploaded file zip


asmith

Recommended Posts

Thanks for the reply.

 

Is there any options for this? like Can i Compress the file much more to make it as small as possible?

 

I'm not tried this, but I think...

 

$file = 'file.exe';
exec("zip -9 file.zip $file");
header("Location: file.zip");
exit;

 

Should make it as small as possible, but it's also slower.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.