Search found 1 match
- Tue Feb 11, 2003 9:11 am
- Forum: PHP - Code
- Topic: making a hi-res image file .tif invoke the "save as&quo
- Replies: 0
- Views: 218
making a hi-res image file .tif invoke the "save as&quo
problem: I would like a "save as prompt" for my .tif images on php products hi-res images. Solutions:.. 1) zip them before putting on server (not acceptable ) 2) try and compress them on the unix box as .zip files. then the save as box will appear. will using gzwrite work..? $string = $tes...