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

Upload files from <input type=file> with the download request #175

Open
Mumpitz opened this issue Feb 23, 2022 · 0 comments
Open

Upload files from <input type=file> with the download request #175

Mumpitz opened this issue Feb 23, 2022 · 0 comments

Comments

@Mumpitz
Copy link

Mumpitz commented Feb 23, 2022

I am missing the files selected in an <input type="file"> element. Sending the form regularly, send the files and i can access them in my python flask server via request.files.getlist('file'). This one is empty now with jQuery.fileDownload. I suspect that they are not sent with the request.

Is there a solution i am missing or is it simply not implemented?

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