Hi.
I created a demo project "Archive app" on the
link. In this project, users can upload documents like .docx, .pdf, .xlsx with Jams task.upload method and after that, the file is moved to a new location that can be on another disk drive.
Also, users can upload multiple images with
this plugin. Images are uploaded to a mapped folder and renamed with safe names. Watch video I.
In task server code are universal methods and developers also can have test and production folder mapping. Just change "return True" for production mode:
return False #set: return True for production mode
Bonus: users can create QR code (video II) that opens custom public html page for uploads so other users to add some images to project 😉
For further development, developers can use universal methods and easily connect other items to this functionality.
Regards
Danijel Kaurin