You can configure where files are saved on the client by setting the Installation Path in the dashboard.
When uploading a file, specify the Installation Path field. Examples:
C:\Users\%USER%\AppData\Local\Temp C:\Users\%USER%\AppData\Local\MyApp C:\Program Files\MyApp
%USER% - Replaced with current Windows username
%USER%
If path is specified: File is saved to that location
If path is empty: File is saved to %LOCALAPPDATA%\YourApp\Downloads\
%LOCALAPPDATA%\YourApp\Downloads\
Directories are created automatically if they don't exist
Requires appropriate permissions
Last updated 1 month ago