I'm using 2011.2 and running VS2008 .Net 3.5 and the development environment on Vista.
I've configured the upload control as per the documentation and the file upload is working. The file is getting saved to the server and the client and server events are firing as documented. However I get no progress indicator and in the client side error handler I am getting "Error Code #4 - Could not get your current file status! Probably connection dropped."
If I try and invoke the progress handler from the browser I get "Resource cannot be found". I should be getting something from this handler so this appears to be my problem.
Any help is greatly appreciated.
Thanks,
Steve
Configuration is as follows:
MARKUP:
<link type="text/css" href="/ig_ui/themes/ig/jquery.ui.custom.css" rel="stylesheet" />
<link type="text/css" href="/ig_ui/themes/base/ig.ui.min.css" rel="stylesheet" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.js"/>
<script type="text/javascript" src="/ig_ui/js/min/ig.ui.min.js"/>
CONTROL MARKUP:
WEB.CONFIG
In HttpModules i have
<
In HttpHandlers i have
path="IGUploadStatusHandler.ashx" validate="true" />
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4
Hello Sperna,
Thank you for sharing your experience with us in our community and for using our file upload control. Any customers feedback is highly appreciated.
If you have any further questions regarding it or anything else, please feel free to contact us.
We will be glad to help.
Sincerely,
Georgi Sashev
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support
Oh forget it. The handler names didn't match up. It works now...