I want to read the files from local storage .
Example - D:\ABC\Templates\Test.xlsx
there are plugins like sharpCifs , but they read from server storage . I want to access from my local storage.
I want to implement in reactive module not in mobile.
Hi Nilesh,
With Local storage, you mean storage on your computer or local storage in your browser session?
Given that you shared a file drive location, I assume you mean a local drive file.
That will not be possible, unless you establish a connection between the OutSystems environment and your local drive.
Regards,
Daniel
Did any one find an answer to this?
I provided a plausible root cause for the problem and how to fix it, on the day the question was asked.
OutSystems cloud will not be able to connect to a local drive. Only to file share locations accessible through the internet.
You could consider to use cloud storage and connect to that (google drive, microsoft onedrive, azure blob storage, aws s3 buckets), or a good old FTP server.
In OutSystems forge components exists for the technologies I described.