Newbies Anne Verrinder Posted April 28, 2010 Newbies Posted April 28, 2010 Does anyone know how to structure the grammar to have the SCDownload function show the Save dialog? The official grammer includes "key1=" etc, but doesn't include a position for the "flags" optional parameter (one of the flags is showSaveDialog). I have tried lots of arrangements, and if I include a valid destinationFolder parameter, it works, so my setup is good. But nothing I try will make the Save dialog show up. Help!
Smef Posted April 28, 2010 Posted April 28, 2010 You will need to format your download function similar to the following: SCDownload("/mydownload/path"; ""; ""; ""; "showSaveDialog=1") I've left the download path, width, and height parameters blank, but you can put in values if you wish to change those.
Newbies Anne Verrinder Posted April 28, 2010 Author Newbies Posted April 28, 2010 Worked perfectly. Looks like "Key1=" should be interpreted as "flag=" in the grammar. Thanks, David. Anne
Recommended Posts
This topic is 5321 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now