I am using cute web ui ajax uploader and recent security review shows the this control exposing the error message when the VFN param inrequest is tweaked or when trying to upload a malformed file with name say a file name "virus's''.docx"
I have set the HideDirectoryproperty true in webconfig with no luck (under appsettings)
The documentation states setting the above property should hide the file directory from displaying on errormessages http://ajaxuploader.com/document/index.htm?page=html/webconfig-appsettings.htm
Note: This is a web application in ASP.net 4.0 with CuteWebUI.AjaxUploader.dll 3.0version
Any pointers would be highly appreciated.