weixiyen / jquery-filedrop

jQuery plugin - drag and drop desktop files and POST to a URL to handle files.
958 stars 285 forks source link

Reload of the filedrop call don't work from the 2nd time using MVC4 #130

Open Crazzymj opened 11 years ago

Crazzymj commented 11 years ago

I have a PartialView in a div container that load files using the filedrop library.

If I close the div container, and reload the partialview, and try to upload files using the filedrop call, nothing happens.

The call to the js is not refreshed because it's included in the Layout View.

If I call the library two times, when I browse the first time, it automatically opens the browse a second time.