views:

267

answers:

1

When a user clicks a certain link which contains an image that should be downloaded, the client wants a dialog box to appear.

Currently we zipped the downloadable files, but there is not other way in achieving this than perhaps javascript right (or flash 10 filereference class)?

+1  A: 

I don't think so. Did you take a look at the FileReference class, and in particular the download() member function? Also, this link may be hepful. What problems, if any, are you facing with FileReference?

dirkgently