2
Answers

how to create a dynamic fileupload on clicking add and remov

For example

1) A file upload control is available already

2) If the user clicks on (+) button a new fil upload control is added dynamically.

3) If the user clicls (-) button the newly added file upload control will be removed.

4) In this way if the user clicks on the upload button all the files must be uploaded together to a folder

How this is possible pls help me

Answers (2)
0
Bikesh Srivastava
NA 19.8k 835.1k 8y
I think its not any big task,
just get data from UI in a angular model and pass to MVC controller and categorized there to insert in both table.