Accessing Local Files

Hi Guys,

Just trying out Radzen. Trying to figure out how I can access local files via my new application.

Basically I have SQL with file names and those files are stored in UNC (windows storage). I can probably import them into SQL later on but I wanted to know if there is already a function which can do this in Radzen. Path would be something like \server\${this.data.filename}.

My end goal is to have a datagrid with populated data with filenames giving users option to click and download from local storage.

If you can guide me to right direction that would be awesome.

ijaved

This isn't supported as most browsers consider local file links a security risk.

Awesome. Thanks for quick reply. I will start looking into importing files into sql instead.