I would like to invoke the upload dialog from a hyperlink on the page.
For example, "click here to upload...")
(The FileVistaControl is already functinal on the page.)
Is there any way to do this?
Michael Woffenden
9/10/2008 8:58 AM
If FileVistaControl is already loaded on the page then you can call this javascript function in the onclick of your hyperlink:
executeCommand("Upload");
This call will invoke the upload dialog to upload files to the current folder.
Cem Alacayir
11/4/2008 4:13 PM