>> I want to send images to clients from my website. There will be a special page with thumbnails and a download button for each. When clicking on the button, I want the high-res image to download directly on to the user's computer, while not going on the browser. Does anyone know the code to make this work? I am using Go-Live 5 and can't find a ready-made applet for it but can always paste in the relevant stuff. <<
Duncan, in addition to the previous good advice on using a ZIP file, perhaps another possible method would not be using a command that is meant for a web browser (hyper text transfer protocol). With file transfer protocol, the browser should not visually display the image in question - ftp:// could be used in the image link - not sure if you actually have to have a specific ftp set-up on the host server or not, or if there are any issues or concerns. Stephen Marsh. =============================================================== GO TO http://www.prodig.org for ~ GUIDELINES ~ un/SUBSCRIBING ~ ITEMS for SALE
