i have created a form that allow visitor to submit photos on upload button but the input upload button allow to upload one picture only, so i like to know how to upload more picture and preview all pictures before submit
Thanks.
Araiki.
Hi Araiki,
Like you said it is only possible to upload one picture per upload button. My suggestion is to set a temporary database that holds the pictures and when pressing submit use Data Hooks (before insert ) to fetch the pictures from the temporary database and insert them to the relevant collection’s item.
Roi
Hi, Tell plz me how you can use the code or other actions to make it possible to download multiple photos at once with one button.
@shtefanantonsergeevi see an example here (not related to Roi’s answer).
https://jonatandor35.wixsite.com/test/multiupload
(You may try it there)
@jonatandor35
thx u so much
I need to upload many photos at once, not one by one through one button
@shtefanantonsergeevi It’s currently impossible using pure Corvid afaik.
Now, you can upload several files See docs.
I’m closing this thread.