Hello Andrea,
Can you please provide me with the specific exceptions which are thrown when running your project in this scenario (from the developer tools)? Regarding the Infragistics.js file, it contains the required javascript for WebUpload and can by default be found at:
C:\Program Files (x86)\Infragistics\NetAdvantage 2012.2\ASP.NET\jQuery
Hi Petar,
This is the error I get when I place the WebUpload control on my form.
"Microsoft JScript runtime error: The Infragistics WebUpload requires jQuery to be loaded."
Following the steps on http://help.infragistics.com/Help/Doc/ASPNET/2012.2/CLR4.0/html/WebUpload_Overview.html, I get this error:
"Unrecognized configuration section system.web/system.web."
How will I know what to use when registering for the modules and handlers?
I solved the problem with the IIS already however I get this error message when I run it:
Line: 585Error: The Infragistics WebUpload requires jQuery to be loaded.
What jQuery will I place and where? I hope to get an answer ASAP. Thank you.
Do I need to do both IIS6 and IIS7 on webconfig? http://help.infragistics.com/Help/Doc/ASPNET/2011.1/CLR4.0/html/WebUpload_Overview.html
Please let me know if you have any additional questions regarding this matter.
You can use the network profiler in the browser developer tools in order to determine whether the scripts are successfully loaded (a 404 error would be present otherwise). Regarding the web.config configuration, yes you can copy just the httpHandlers and modules elements (mind that if you already have httpHandlers and modules registered, the WebUpload ones need to be registered in these elements).
The local WebUpload samples which can be installed alongside the product may be useful in this scenario and can serve to illustrate how WebUpload is configured.
Feel free to contact me if any questions arise.
How will I check on the loading paths for the scripts?
Does it mean I shouldn't copy <system.web>?