requarks / wiki-v1

Legacy version (1.x) of Wiki.js
https://wiki.js.org
GNU Affero General Public License v3.0
101 stars 75 forks source link

Cannot upload more than 10 media files at a time #259

Open jord8on opened 3 years ago

jord8on commented 3 years ago

Actual behavior

Nothing happens when trying to "drag and drop" or "browse and upload" more than 10 files, into a Media Assets folder.

Expected behavior

Users should be able to upload a large quantity of media files at the same time or, perhaps at very least, we could change the text displayed on the modal, which currently says:

"Browse or Drop files here" and revise this to say: "Browse or Drop up to 10 files here"

Another thing to consider is adding a note about this 10 file upload limitation, within the documentation, here: https://docs.requarks.io/en/guide/assets

Steps to reproduce the behavior

  1. Edit a page
  2. Click the Media Assets folder
  3. Drag and drop between 1 and 10 images into the modal, where indicated.... this works!
  4. Drag and drop 11 or more images into the modal, where indicated... this does not work.

max-upload-10