-
I know this is not a real VB question but somebody out there must be able to answer this. Does anybody know a way to have the "Save As..." Dialog box pop up? Either in Cold Fusion, VBScript...ANYTHING!!! I need a file to be able to be downloaded from the server to a persons computer and I want the Save As... Box to come up so that they can do this....can anybody help me???
-
<INPUT TYPE="file" NAME="blob">
the above code opens a open dialog box, check the help to open a save dialog some option we need to set in the above code to open a save dialog
Sonia
-
isn't this automatic?
i mean try and download anything from the web, your computer will open the save As dialog box....
what types of files are you trying to send to your viewer?