#366 closed task (fixed)
Batch upload using zip-files
Reported by: | Jari Häkkinen | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.1 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description (last modified by )
A way to provide batch upload is to create an upload plug-in that accepts zip/jar files with multiple files. The plug-in should unpack the file and put them in the file storafe area.
Change History (6)
comment:1 by , 18 years ago
Type: | defect → task |
---|
comment:2 by , 18 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 18 years ago
comment:4 by , 18 years ago
(In [2689]) References #366: Batch upload using zip-files
Added plugin for zip files and FileUnpacker interface for making it easier to implement other file formats.
comment:5 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 by , 18 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
(In [2681]) References #366: Batch upload using zip-files
Added utility class and test case for unpacking a zip file.