I want to use the save-as dialog of the web-browser control passing the right path and I'm doing it as described in the guideline:
SetFILE-NAMEto the path of a file to be used with the Save As operation. The value of theFILE-NAMEproperty is cleared after the Save As operation is complete.
So I tried:
modify my-web-browser save-as=1 filename="g:\\temp\\my-foto.jpg".
But the dialog always starts in the last accessed folder and there is no infuence on the file-name neither.
Is there a solution to this problem ?