Check the new Tutorial subforum with helpfull guides and tutorials for modifications and tweaks.
0 Members and 1 Guest are viewing this topic.
yes, it would, but then most of the browsers with default settings will not download second file, they would think its the same file as the first one and use one from the cache.
$file['file_path'] =
$file['file_name'] = $image_id.(($size) ? "_".$size : "").".".$file_extension;
$file['file_name'] = get_file_name($file['file_name']).".zip";
$file['file_name'] = $image_id.".zip";