option to upload multiple attachment files using a single zip/rar file
----------------------------------------------------------------------
Key: JSPWIKI-190
URL: https://issues.apache.org/jira/browse/JSPWIKI-190
Project: JSPWiki
Issue Type: Improvement
Components: Core & storage, Default template
Environment: anyone
Reporter: Mariano Rico
The process to attach multiple files is very tedious. You have to upload them
one by one.
This proposal just adds a checkbox in the upload attachment page. The following
code must be modified:
- templates/thetemplate/UploadTemplate.jsp --> Add the checkbox with a
description (let us say 'zip/rar file. Each file inside will be attached.')
- src\com\ecyrd\jspwiki\attachment\AttachmentServlet.java --> The code that
upload the file and attach it to the wiki page
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.