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.
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