The folder which will be chosen in the Browse for folder dialog by default.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("DefaultDestinationFolder", "MyComputer"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setDefaultDestinationFolder(value); value = getFileDownloader("FileDownloaderID").getDefaultDestinationFolder();
String value | Description |
---|---|
BitBucket | Recycle Bin |
Desktop | Desktop (for the user currently logged into the system) |
MyComputer | My Computer |
MyDocuments | My Documents (for the user currently logged into the system) |
MyMusic | My Music (for the user currently logged into the system) |
MyPictures | My Pictures (for the user currently logged into the system) |
MyVideo | My Video (for the user currently logged into the system) |
Network | My Network Places |
Recent | Recent Documents (for the user currently logged into the system) |
Default value is "MyComputer".
This property specifies the folder which will be chosen in the Browse for folder dialog by default. It may be useful if you want to provide your users with possibility to download music files to MyMusic folder, image files to MyPictures, and etc.