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?
Thank you for your reply.
Based on the jscript exception the issue in this case is that jquery and possibly the IG scripts have not been loaded correctly. I suggest checking the loading paths for the scripts in this case and checking the network traffic to determine which ones are not being loaded.
Regarding the system.web configuration, based on the error message it seems that the whole snippet from the documentation including the <system.web> part has been copied under <system.web> in the web.config. The parent tags in this case are used to signify under which element are the modules and handlers to be registered.
Hope this helps. Please feel free to contact me with any questions or updates.
How will I check on the loading paths for the scripts?
Does it mean I shouldn't copy <system.web>?
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.
Please let me know if you have any additional questions regarding this matter.
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