Hi,
When I try use RadAsyncUpload to upload file with sample code form your demo(
http://demos.telerik.com/aspnet-ajax/upload/examples/async/imageuploader/defaultcs.aspx?product=asyncupload) on the Azure emulator. I got an exception NotFound second time upload.
Oh, one more information. If I direct access handler.aspx after site startup. I will got "
RadAsyncUpload handler is registered succesfully, however, it may not be accessed directly." But another exception at below in handler.ashx after first file uploaded.
Value cannot be null.
Parameter name: input
Description:
An unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the error and
where it originated in the code.
Exception Details:
System.ArgumentNullException: Value cannot be null.
Parameter name:
input
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
Stack Trace:
[ArgumentNullException: Value cannot be null.
Parameter name: input]
System.Web.Script.Serialization.JavaScriptSerializer.Deserialize(String input) +947910
[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner) +0
System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) +640
System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +38
Telerik.Web.UI.AsyncUpload.SerializationService.Deserialize(String obj, Type type) +273
Telerik.Web.UI.AsyncUploadHandler.HandleChunkUploadRequest(String serializedMetaData) +41
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +625
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +270
|
Any Idea for this?