141
Views
1
Comments
[Multiple File Upload] How to store files temporarily and push them to DB when ever it is submitted
Question
multiple-file-upload
Web icon
Forge asset by Multi Uploaders

I am having two buttons save and submit,I want to save thew file to my DB only when i am clicking the submit button,It should store in a temporary storage when i am pressing save button any help me how to achieve this.

2026-02-19 02-54-36
Keerthi Vasan V

Hey Shanthi,


You can create a Structure List with binary type and you can hold those values in that structure.

and finally, when you need to save that in your DB, use the populate the structure values.

For mobile, Please use Use local storage for temporary 

Thanks,

Keerthi

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.