We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
More than one file can be uploaded in the same field. How should this be handled?
A single file is represented by a FileUpload currently. Maybe a MultiFileUpload object is the simple solution here.
FileUpload
MultiFileUpload
The text was updated successfully, but these errors were encountered:
Implement MultipleInputDatum
ac250d7
Closes #12
No branches or pull requests
More than one file can be uploaded in the same field. How should this be handled?
A single file is represented by a
FileUpload
currently. Maybe aMultiFileUpload
object is the simple solution here.The text was updated successfully, but these errors were encountered: