Upload files and images to the custom folder out of Jam project

11 views
Skip to first unread message

Danijel Kaurin

unread,
Nov 2, 2025, 7:40:22 PM (4 days ago) Nov 2
to Jam.py Users Mailing List
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:

def set_test_mode(task):
    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

Dean D. Babic

unread,
Nov 2, 2025, 8:14:53 PM (4 days ago) Nov 2
to Jam.py Users Mailing List
great stuff, thx
Reply all
Reply to author
Forward
Message has been deleted
0 new messages