Get file properties while file upload in perspective

Is it possible to get file properties like is Hidden, is read-only, is archive of a file we upload using file upload component in perspective?

No. Those are OS level details; the only thing the server sees after a file has been uploaded is the actual data in the file.

1 Like

Is there any other way to get this info like using python scripting?

Web applications are never able to get such info, as the browser blocks it.

You would have to use something else than, like a shared folder?
You might be interested in this windows uri i made to open the file explorer through a link. It could open a shared folder on the gateway? It requires to be installed on every client's pc tho.

1 Like

If you absolutely have to have knowledge of the local filesystem, you need to use Vision, not Perspective.

3 Likes