upload - AjaxUploader.dll works with Anonymous authentication, fails with Integrated Windows -


Managing an IIS6 host for clients that is new to the Ajax upload tool received from:

When integrated Windows authentication is enabled, a single file upload works fine, multi-file upload attempts do not appear in progress (but do not log any errors, which I have found so far ..? ) Modifying the Authentication to Anonymize Multifail Appeals Distributing joins the feature to work properly.

The code line is pasted for the files that are uploaded to a SQL Server DB line

Default.aspx.cs includes:

  using the system; Using System.Collections.Generic; Using System.Web; Using System.Web.UI; Using System.Web.UI.WebControls; Public Partial Class _Default: System.Web.UI.Page {Secure Zero Page_load (Object Sender, EventArgs e) {ltOutput.Text = ""; } Secure Zero File Upload (Object Sender, UploaderEventArgs e) {ltOutput.Text = "File Upload Complete: & lt; a href = \" Download "+ .aspx? Guid =" + e.FileGuid.ToString () + " \ "& Gt; "+ E.FileName +" & lt; / A & gt;, File size: "+ e.FileSize +", Filipino: "+ e.FileGuid.ToString () +" & lt; / A & gt; & Lt; Br / & gt; ";}}  

I'm sure this is because they upload a multi file Flash component uses a single upload browser session, so it remains certified, but uses multi-uploading Flash which connects to the server in a different session, so authentication problems. Flash windows do not properly document Controlled

You've got some options, of which

  • Use only single file upload
  • / Div>
  • Comments