meteor-autoform-file icon indicating copy to clipboard operation
meteor-autoform-file copied to clipboard

Multifile2

Open jankapunkt opened this issue 5 years ago • 2 comments

This implements multiple file uploads using a multiple Boolean flag in the schema or field config, as discussed in #3 long time ago.

It allows the operating system's file selector to select multiple files, adds these files to a reactive queue and uploads them one-by-one. Uploaded files get assigned a plus Button (as typically in list based Autoform elements).

  • [x] Make sure you're using spaces for indentation
  • [ ] TBD: Make sure all new code is documented in-code-docs
  • [x] Make sure new features, or changes in behavior is documented in README.md
  • [x] Make sure this PR was previously discussed, if not create new issue ticket for your PR
  • [x] Give an expressive description what you have changed/added and why
  • [ ] Test regression
  • [ ] Test full functionality (add, delete, replace, mix of these three)
  • [ ] Test backward compatibility

jankapunkt avatar Feb 28 '20 09:02 jankapunkt

@jankapunkt thank you for your contributions and support over this reps. Let me know when this one is ready to get merged

dr-dimitru avatar Mar 02 '20 20:03 dr-dimitru

@jankapunkt let me know if you think it's good to merge as it is. Any plans to push more changes?

dr-dimitru avatar Jun 13 '22 20:06 dr-dimitru