This is a migrated thread and some comments may be shown as answers.

Red Exclamation Mark on upload

3 Answers 221 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
jasgrand
Top achievements
Rank 1
jasgrand asked on 31 Mar 2010, 08:39 PM
Hello, the async upload works correctly (green checkmark) on my local (when i upload a file before postback) but when I push to my QA environment i get a red exclamation mark beside the file that I try to upload.  I was wondering if anyone knew what was wrong or if I forgot to add a permission to something on the QA server?

Let me know.

Thanks,


Jason

3 Answers, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 01 Apr 2010, 10:19 AM
Hello jasgrand,

Please add handler for the onClientUploadError event and use

onClientFileUploadFailed(sender, args)
{
   var message = args.get_serverResponse();
}

what is the error message?


Kind regards,
Genady Sergeev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Jessica Spaulding
Top achievements
Rank 1
answered on 05 Apr 2010, 11:43 PM
I have the same problem, except on my local and everywhere else

this is the error i'm getting back

<B>Version Information:</B>&nbsp;Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016 </FONT><!--
[NullReferenceException]: Object reference not set to an instance of an object.
   at Telerik.Web.UI.RadUploadHttpModule.ReleaseContexts()
   at Telerik.Web.UI.RadUploadHttpModule.ReleaseWorkerRequest(Object sender, EventArgs e)
   at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

0
jasgrand
Top achievements
Rank 1
answered on 05 Apr 2010, 11:46 PM
Hello, i figured out the issue!!  I put the http handler for the telerik.web.ui in the Handlers section of the web config rather then the httphandler section...  Stupid mistake...  Works great now!

Thanks,


Jason
Tags
AsyncUpload
Asked by
jasgrand
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Jessica Spaulding
Top achievements
Rank 1
jasgrand
Top achievements
Rank 1
Share this question
or