You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have upgraded to version 3.1.5 and I can see that it's not working now. when I see in the back code this lines
var formValues = UploaderFormValues(context.Request.Form);
// check the upload control vars are correct
var files = context.Request.Files;
if (files.Count == 0 || !formValues.ContainsKey("queuedCount") || !formValues.ContainsKey("uploadedCount") || !formValues.ContainsKey("uploaderID"))
{
return;
}
I can see that the values of this keys are not existing. Why?
The text was updated successfully, but these errors were encountered:
I have upgraded to version 3.1.5 and I can see that it's not working now. when I see in the back code this lines
I can see that the values of this keys are not existing. Why?
The text was updated successfully, but these errors were encountered: