Click to See Complete Forum and Search --> : Slick gif 'save as' link?
Is there a way to provide a link to an image file that will open up a 'save as' dialogue, so that the user does not have to right click the link?
I'd be very grateful as it would make some bits of sites I'm working on look a little slicker and professional.
Many thanks Neil
Hallo
you can use server-side scripting to thread the image as download.
Like, if the user clicks on the image a script-page is called with imagename on the querystring.
Look around there are a lot of download scripts in php...
http://www.infinitypages.com/research/download.htm
chris9902
02-21-2004, 07:54 AM
that script is great Pyro, i was going to post it for him until i see you already did... never mind;)
hehe... Glad you guys find it useful. :)
I'm looking for something like this in asp.net vb/c# any ideas? :confused: