April 28, 201015 yr Newbies 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!
April 28, 201015 yr 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.
April 28, 201015 yr Author Newbies Worked perfectly. Looks like "Key1=" should be interpreted as "flag=" in the grammar. Thanks, David. Anne
Create an account or sign in to comment