I recently tried upgrading to the latest ASP.NET Ajax Control Toolkit from 7.0123 to 7.0607 as the ajaxfileupload component appeared to have a bug in that no matter what file extensions I told it to allow it would only allow graphic images.
The new package installed and I modified my web.config file with the new elements from the help files.
Two issues presented themselves which have made the component useless so I wanted to post this to see if anyone had any ideas of whether the issues could be reported as faults?
firstly if I use __authorisation deny="?"__ in my web.config file then files don't upload at all. This doesn't affect the component in 7.0123 so seems to just be affected in versions after that.
I am guessing this is because the component uploads the file to the web site in a particular folder?
Does anyone know which one so I can set a permission to allow access to this?
Secondly all of my pages contain an asp:updatepanel and asp:formview.
If I switch modes in the formview from item to edit then the ajax file upload doesn't work.
If I don't touch the formview and just leave it in item mode then the control is fine until the page does a postback which then breaks the ajaxfileupload and then it no longer successfully uploads files.
Anyone any ideas as I would like to upgrade to the new controls but they simply don't work on my site because of the formview elements.
Thank you
Comments: Please upgrade to the latest version of AJAX Control Toolkit v15.1. If the problem remains, feel free to post a new issue.
The new package installed and I modified my web.config file with the new elements from the help files.
Two issues presented themselves which have made the component useless so I wanted to post this to see if anyone had any ideas of whether the issues could be reported as faults?
firstly if I use __authorisation deny="?"__ in my web.config file then files don't upload at all. This doesn't affect the component in 7.0123 so seems to just be affected in versions after that.
I am guessing this is because the component uploads the file to the web site in a particular folder?
Does anyone know which one so I can set a permission to allow access to this?
Secondly all of my pages contain an asp:updatepanel and asp:formview.
If I switch modes in the formview from item to edit then the ajax file upload doesn't work.
If I don't touch the formview and just leave it in item mode then the control is fine until the page does a postback which then breaks the ajaxfileupload and then it no longer successfully uploads files.
Anyone any ideas as I would like to upgrade to the new controls but they simply don't work on my site because of the formview elements.
Thank you
Comments: Please upgrade to the latest version of AJAX Control Toolkit v15.1. If the problem remains, feel free to post a new issue.