Actions
Feature #1508
closedDrag and drop field for file upload
Start date:
2021-05-06
Estimated time:
Description
It would be nice to have a large enough drag'n'drop field for file upload instead of the cumbersome browse button. Aditionally, it would also be nice to have an overview which files are selected for upload.
Updated by Bernhard Koschiček-Krombholz over 3 years ago
Maybe use dropzone.js
https://www.dropzonejs.com/
Updated by Bernhard Koschiček-Krombholz over 3 years ago
- Assignee set to Bernhard Koschiček-Krombholz
Updated by Bernhard Koschiček-Krombholz over 3 years ago
- Status changed from New to Assigned
Updated by Bernhard Koschiček-Krombholz over 3 years ago
It would be perfect, if something in the bootstrap framework exist. If not, it should be at least in npm like https://www.npmjs.com/package/dropzone
Updated by Bernhard Koschiček-Krombholz about 3 years ago
- Assignee changed from Bernhard Koschiček-Krombholz to Christoph Hoffmann
Christoph we talked about this on 16.09. at Alex. It would be nice if we can replace the small boring browse button with a nice dropzone.
Updated by Alexander Watzinger over 2 years ago
- Assignee changed from Christoph Hoffmann to Andreas Olschnögger
- Target version changed from Wishlist to 7.10.0
Updated by Alexander Watzinger about 2 years ago
- Subject changed from Drag'n'drop field for file upload to Drag and drop field for file upload
Updated by Andreas Olschnögger about 2 years ago
- Status changed from Assigned to In Progress
Updated by Andreas Olschnögger about 2 years ago
- Status changed from In Progress to Closed
- Target version changed from 7.10.0 to 7.8.0
There is now an additional drop field where files can be placed. Unsupported file types as well as folders are not added when dropped in this field.
Changes are on the develop branch.
Actions