File Access
Last updated
Was this helpful?
Last updated
Was this helpful?
In a migrated app all file access is now done on the server. While this could be an option for some functionality you need to review and eventually modify most of it.
One strategy is to use the component to transfer files from a client to the server and further process it there. Resulting files can be provided as download links.
An interesting option is to use our extension that allows the server application to interact with the client´s file system, also avoiding floating around multiple copies of a file.