When a user is created, a directory is created for that user, maybe call it userdata, then users folders are there. When they upload a file/photo, doc, zip, it stores it there. So when a record is added, and saved, it creates a link for those files or perhaps a small file listing manager type thing for each record.
This way multiple files can be uploaded. Not just one.
Upload File Option
Re: Upload File Option
Hmm ... creating a user-specific upload folder would introduce some complexity .. for example, what if you want to re-assign record ownership to another user .. would it still link to the original user's files or the new one? Multiple file uploads can be implemented currently in a simpler way by adding a child table with a single upload field ... this child table would appear under the main record in a tab and you can upload multiple files into it, each as a separate record, and you now get multiple files listed under the main record.
We also plan to implement an "album" field in future releases that allows users to upload multiple images/files into a single text/blob field.
We also plan to implement an "album" field in future releases that allows users to upload multiple images/files into a single text/blob field.

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: Upload File Option
That would be even better !Since I have a need for more than one pic.
Re: Upload File Option
Hello Ahmed,
Has this feature been implemented? I have a need to upload multiple documents associated with a record. For example, multiple photos of a spare part, Work Instruction for installation of the part etc. I am going through the forums on how to achieve something like that. Went thru Olaf's (onoehring) post on "Multi Path Upload (MPU) / dynamic upload folder". Would love it if a work around like this could be part of AppGini for newbie users like myself. Many thanks.
Has this feature been implemented? I have a need to upload multiple documents associated with a record. For example, multiple photos of a spare part, Work Instruction for installation of the part etc. I am going through the forums on how to achieve something like that. Went thru Olaf's (onoehring) post on "Multi Path Upload (MPU) / dynamic upload folder". Would love it if a work around like this could be part of AppGini for newbie users like myself. Many thanks.