so how i display both filenames ... and when click on submit then record files should be inserted in tables individually i am done with this
but first i want to display both filename and then these two files should be inserte in table with indivually record like this
As for this issue, it seems that you have create a
new thread about this issue. You could refer to my reply in that thread and use a global list to store the upload file name.
When you select file again, you could insert the file name into the list. Then, use the String.Join method to join the file name and display them.
Besides, you could also use ViewState or Session to store the file name.
Best regards,
Dillion
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
All-Star
45489 Points
7008 Posts
Microsoft
Re: Upload multiples file
Dec 29, 2016 09:16 AM|Zhi Lv - MSFT|LINK
Hi Bakhtawar Ashiq,
As for this issue, it seems that you have create a new thread about this issue. You could refer to my reply in that thread and use a global list to store the upload file name.
When you select file again, you could insert the file name into the list. Then, use the String.Join method to join the file name and display them.
Besides, you could also use ViewState or Session to store the file name.
Best regards,
Dillion