246
Views
3
Comments
read the data from local storage
Application Type
Reactive

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.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

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 

UserImage.jpg
Karthik Saravanan

Did any one find an answer to this?

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.