Feature #187
Bulk import / upload of items to Media
| Status: | Closed | Start date: | 2009-10-22 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | Alex Cartwright | % Done: | 100% |
|
| Category: | TangoCMS::Modules | |||
| Target version: | 2.6.0 |
Description
The ability to upload a .zip or other archive of images and order them as needed in the Media Module, with descriptions to be added manually (or through some snazzy AJAX powered interface), as well as the ability to bulk import an entire folder that already exists.
Such as:
Bulk import /images/photos/holiday1/ or upload holiday1.zip containing all the images. As for naming the items, simply convert underscores to spaces and remove the file extention from the filename, then they can be renamed later if needed.
Related issues
History
Updated by Alex Cartwright over 2 years ago
- Category set to TangoCMS::Modules
- Status changed from New to 17
- Assignee set to Alex Cartwright
- Priority changed from Undecided to High
Something like this is needed quite badly I agree, I'll plan on getting it into the new media module (post 2.4)
Updated by Alex Cartwright over 1 year ago
- Status changed from 17 to In progress
- % Done changed from 0 to 60
Zip files can now be uploaded, however I'm going to work on a different interface for it and add the ability to auto generate names from the file name - as per the original description