Hello,
I am using the Framework 2.0-Csharp-MicrosoftAjax ajaxdownloader component. In that I am testing the selecting-multiple-files.aspx.
I have the following setting in my webconfig <add key="CuteWebUI.AjaxUploader.TempDirectory" value="~/UploaderTemp"/>. The multiple upload works fine, no issues with that. My question is how do I locate the UploaderTemp directory? I am assuming the files would show up in this directory after the upload is completed, right?
My application is under C:\inetpub\wwwroot\webapplication2. I do not see the UploaderTemp directory here nor under C:\windows\temp.
Thanks for your response.