You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Mariano Rico (JIRA)" <ji...@apache.org> on 2008/02/18 13:52:34 UTC

[jira] Created: (JSPWIKI-190) option to upload multiple attachment files using a single zip/rar file

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.


[jira] Commented: (JSPWIKI-190) option to upload multiple attachment files using a single zip/rar file

Posted by "Janne Jalkanen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570120#action_12570120 ] 

Janne Jalkanen commented on JSPWIKI-190:
----------------------------------------

I am not certain whether this will solve the problem, as zipping many files is going to be complicated.

I would just add an option to upload multiple files in one go.  This should be easy, many web sites are doing it already.

> 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
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> 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.


[jira] Commented: (JSPWIKI-190) option to upload multiple attachment files using a single zip/rar file

Posted by "Andrew Jaquith (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647848#action_12647848 ] 

Andrew Jaquith commented on JSPWIKI-190:
----------------------------------------

Recommend WONTFIX. This makes it too easy to mix in malicious stuff in a single upload.

> 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.


[jira] Resolved: (JSPWIKI-190) option to upload multiple attachment files using a single zip/rar file

Posted by "Janne Jalkanen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Janne Jalkanen resolved JSPWIKI-190.
------------------------------------

    Resolution: Won't Fix

Agreed; let JSPWIKI-431 handle this.

> 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.


[jira] Commented: (JSPWIKI-190) option to upload multiple attachment files using a single zip/rar file

Posted by "Dirk Frederickx (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647850#action_12647850 ] 

Dirk Frederickx commented on JSPWIKI-190:
-----------------------------------------


The opposite may be a useful addition: download all attachments of a page as a single .zip.  (ref. gmail)

For multi-attachment upload, see also JSPWIKI-431.  

> 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.