Hi, think there might be a bug in yout ASPxUploadControl.
Everything appears to run fine when I run your example code given in Question Q200775 (save/load progress bar) although my error handling is returning the following:
Message : The file 'ASPxUploadProgressHandlerPage.ashx' does not exist.
Source : System.Web
Stack Trace : at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.UI.SimpleHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Is there anything I am doing wrong or is this a bug?
ASPxUploadControl - ASPxUploadProgressHandlerPage.ashx does not exist
Answers
Hello,
I downloaded the sample you mentioned, upgraded it to 9.1.3 (current version) and opened it. Everything worked perfectly. Immediately after loading the project in Visual Studio try to open default.aspx and switch to design view. After that, compile and run the project. Hope this will help.
Regards,
Alistair
I found some issues with this.
It came down to a missing folder, permissions on that folder and IIS being set the to Integrated vs. Classic.
Missing Folder was /App_Data/UploadTemp
Set Permissions for NETWORK SERVICE on that folder and it worked.
Did I miss this in the documentation someplace or was there another reason it was missing?
Can I change that path or use a different path if that one doesn't work for me?
I hope this helps.
Hello Jon,
To process your recent post more efficiently, I created a separate ticket on your behalf: T160854: ASPxUploadControl - How to set Upload / Temp Folder permissions. This ticket is currently in our processing queue. Our team will address it as soon as we have any updates.