Can we make print button widget to download in particular folder.
Can we make print button to download in particular folder instead of downloading in downloads folder?
Can we make print button to download in particular folder instead of downloading in downloads folder?
Hi
If you want to save file to thingworx repository, you need to let users input "repository name", "path" and "file name" in Mashup, and under the hood trigger a custom service that executes functions like below that takes the user input to save file to specified destination.
Things["<RepositoryName>"].SaveBinary({
path: undefined /* STRING */,
content: undefined /* BLOB */
});
If you want users to download to local PC and specify target folder, users need to change the settings in browser as mentioned by
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.