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

Possible to upload multiple files? #99

Open
manzikki opened this issue Jul 19, 2020 · 1 comment
Open

Possible to upload multiple files? #99

manzikki opened this issue Jul 19, 2020 · 1 comment

Comments

@manzikki
Copy link

.. to simulate an upload dialog where a user selects multiple files.

upform = forms[0]
upform['files'].value = [open("a.gz",'rb'), open("b.gz",'rb')]

This gives me:
ValueError('Value must be a file object or file path')

@andersonneo67
Copy link

Would like to know if the form file field supports multiple file upload, and it would be better to provide which site name if possible to which you are uploading. Thank you

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

2 participants