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
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
.. 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')
The text was updated successfully, but these errors were encountered: