What is the purpose of library registration and does it make any difference if I they are just added to the project?
问题 I am integrating the jquery file upload plugin in my asp net mvc 4 project. I have got a asp net mvc 3 implementation and it works as I could test it. When I add all js, css, c# and view files to my project, I loads but I don´t see any changes when trying to select/upload a file. As I could notice, the input file in bound to a onChange event that should trigger when a file is selected. But it is not. Html.RequiresJs("jquery/1.7.1/jquery.min.js", "googleCDN", 1); Html.RequiresCss("Bootstrap