I try to use php to force the image jpg file download, I have implemented eth following code:
html
Try to use:
header("Content-Disposition: attachment; filename=\"".basename($fullPath)."\";" );