Hello,
When I try to execute the igupload in sharepoint, an error message appear saying "Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Resources.WebUploadResources.resources" was correctly embedded or linked into assembly "App_GlobalResources" at compile time, or that all the satellite assemblies required are loadable and fully signed."
Even though i added the references
<add assembly="Infragistics35.Web.jQuery.v11.1, Version=11.1.20111.2020, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/>
but the error remains.
Thank you, I will try
Hi,
I see about the problem but did you check which exactly URL file upload makes requests to get file status(I mean to check with FireBug, DevelopmentTools or other applications you prefer) and to try to access this URL.
Thanks,
Miro
yes, even by activating the autostartupload the same message appear.
I'm sure that I have configured the web.config file. I said that the same example with the same code work correctly with ASP.NET
Hey heni86_2003,
My advice is to check with some developer tool like FireBug, IE Development tools, etc. (as you prefer) requests which are made from client side script and especially those to IGUploadStatusHandler.ashx. Probably it is not found on your server and you should configure your httphandler in context of SharePoint. First you should be sure that IGUploadStatusHandler is properly configured and can be accessed by client-side application.
Miro Hristov
Except this error could you upload files? For instance set autostartupload to true and try to upload files. I suppose that you have not configured HTTPUploadStatusHandler correctly. By the way here you can check how to configure them in ASP.net - http://help.infragistics.com/NetAdvantage/jQuery/Current/CLR4.0?page=igUpload_Using_HTTP_Handler_and_Modules.html