This API provides functionality related to uploading files.
Accessed from the window at window.sas.vi.file.
window.sas.vi.file
window.sas.vi.file.uploadToVIFolder(file, "fileName") Copy
window.sas.vi.file.uploadToVIFolder(file, "fileName")
{File} File to be uploaded.
Optional
{string} Name to give to the file to upload.
Promise containing the uploaded file.
Uploads the file to the SAS Visual Investigator folder without attaching it to an object.
This API provides functionality related to uploading files.
Accessed from the window at
window.sas.vi.file
.Example