I have a project that uses several ajaxfileuploads throughout many pages. Everything was working fine in production and development. One day it all just stopped. I have traced the problem to ys.Extended.UI.AjaxFileUpload.ProcessorHtml5.upload.
I realize this might be a permissions issue so I have given every user on my development server full access to the temp directories. By everyone I mean every account and group on the server, including "everyone". I have given them permissions to my temp directory (%USER%) and the windows temp directory.
I have watched and when I click the upload button on the control it creates a directory called _AjaxFileUpload in the windows\temp directory and then fails. I never get the onUploadComplete event to fire on the server.
I have updated the libraries through NuGet just to be safe.
I have created a new project with nothing but an ajaxfileupload control and have the same problem.
I really need some help figuring this out. Please provide any feedback. I will provide any information, files, source, etc. you need to help.
Comments: I don't think that is a permission issue since the control correctly recreates the _AjaxFileUpload folder in Windows/Temp if you delete it. Right now I don't have any idea about what is provoking the error. Since there's no feedback from the AjaxToolkit team I'm starting to search for another way to implement this functionality in my application. Another thing supporting this decision is the long list of complains with other controls in the last two versions of the toolkit about the stability and strange bugs.
I realize this might be a permissions issue so I have given every user on my development server full access to the temp directories. By everyone I mean every account and group on the server, including "everyone". I have given them permissions to my temp directory (%USER%) and the windows temp directory.
I have watched and when I click the upload button on the control it creates a directory called _AjaxFileUpload in the windows\temp directory and then fails. I never get the onUploadComplete event to fire on the server.
I have updated the libraries through NuGet just to be safe.
I have created a new project with nothing but an ajaxfileupload control and have the same problem.
I really need some help figuring this out. Please provide any feedback. I will provide any information, files, source, etc. you need to help.
Comments: I don't think that is a permission issue since the control correctly recreates the _AjaxFileUpload folder in Windows/Temp if you delete it. Right now I don't have any idea about what is provoking the error. Since there's no feedback from the AjaxToolkit team I'm starting to search for another way to implement this functionality in my application. Another thing supporting this decision is the long list of complains with other controls in the last two versions of the toolkit about the stability and strange bugs.