Hi all,
When files are uploaded from a form, they are stored securely on the server in a hashed location in a unreadable format (humanly speaking). In order to get back the original file, one must access the GUID URL using the following format: AppURL/file?guid=xxxx. Files uploaded through the modeler can be accessed in this way: AppURL/img/moduleName$fileName.
Is it possible to setup a microflow or something that can (along with the normal file upload processes) store uploaded files in the /img folder or another folder (say, a custom folder) on the server?