#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 Changed 17 years ago by
Type: | defect → task |
---|
comment:2 Changed 17 years ago by
Owner: | changed from Johan Enell to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:3 Changed 17 years ago by
comment:4 Changed 17 years ago by
(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 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 Changed 17 years ago by
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.