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
Original report by Scott Heggen (Bitbucket: sheggen, GitHub: sheggen).
Scott S. would like an "Optional files" in addition to the main file upload. The ability to add things like a schedule or supplemental documents.
I envision a checkbox below the main Dropzone box, and that enables a second Dropzone upload area.
The text was updated successfully, but these errors were encountered:
Original comment by Cody Myers (Bitbucket: cody_myers, GitHub: myersCody).
You could use html to add a button to the end of the table that states: additional files?
Then when the button is clicked it could call a bootstrap modal
bootstrap modal
Then you could put another dropbox element inside of the modal body that allows for multiple file upload
Sorry, something went wrong.
Scott Steele sent me an additional email regarding this issue queue:
I think this is a high priority for our customer so it should probably one of the first issues that we tackle when starting this sprint.
Original comment by Elaheh Jamali (Bitbucket: elaJamali, GitHub: Jamaliela).
This is not solvable because sqlite does not let to upload multiple files at the same time. this can be fixed if we migrate bcsr
Jamaliela
No branches or pull requests
Original report by Scott Heggen (Bitbucket: sheggen, GitHub: sheggen).
Scott S. would like an "Optional files" in addition to the main file upload. The ability to add things like a schedule or supplemental documents.
I envision a checkbox below the main Dropzone box, and that enables a second Dropzone upload area.
The text was updated successfully, but these errors were encountered: