Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

From 2.3.6 to 3.1.5 #1666

Open
pedrollanesbenchmark opened this issue Jun 25, 2024 · 0 comments
Open

From 2.3.6 to 3.1.5 #1666

pedrollanesbenchmark opened this issue Jun 25, 2024 · 0 comments

Comments

@pedrollanesbenchmark
Copy link

pedrollanesbenchmark commented Jun 25, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant