by
KK » Sun Mar 15, 2015 1:38 am
Thank you Aashish

1. Can we upload multiple images from front end in any other way, if not secure file!!!
For non-admins, the only way to upload images from the front-end is 'securefile'.
To allow multiple uploads using securefile, you can try the following -
If there is a sane upper limit to the max number of images a visitor can upload with each submission (e.g. 10), we can define that number of securefile regions in the template.
On the frontend you can output all 10 in the form but use JS to make only one visible.
Give a 'more' button, for example, to unhide the other 9 regions.
Do you think this could help?