0
mdonogma created
In version 4.3.1 there is a demo of how to use the upload control.
When @Html.Partial("_FileUpload") is added to the Index.chtml it calls the upload handler code in the controller 100%
however when added to a modal popup it does not fire?
How do it get it to fire on a modal?
1 Answer(s)
-
0
Hi,
It doesn't work because of dynamically added DOM elements. If you move "FileUpload.js" to modal, it will works.