Hi,
I want to upload multiple media like files/Images/audio/video/ from jumbotron bootstrap control . As my requirement, i want to show selected media so i have used jumbotron to show media and upload that media but problem is that while selecting i can select and show multiple file in jumbotron but it upload only 1 media at a time and it override before selected media with last one so now i am able to upload only 1 media at a time which is last added media in jumbotron. Also on controller i have user IFormFile so in Request.Form.Files only 1 media is getting.
So is there any way in jumbotron to upload multiple file at a time and in Request.Form.Files should able to get that number of file.
Or Suggest me other ways as per my requirement .
Thanks & Regards,
Deeksha Rahangdale