You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Octavian Ciubotaru (JIRA)" <ji...@apache.org> on 2012/08/17 10:10:38 UTC

[jira] [Created] (CB-1254) FileTransfer to support multiple files

Octavian Ciubotaru created CB-1254:
--------------------------------------

             Summary: FileTransfer to support multiple files
                 Key: CB-1254
                 URL: https://issues.apache.org/jira/browse/CB-1254
             Project: Apache Cordova
          Issue Type: Improvement
          Components: Android
    Affects Versions: 2.0.0
            Reporter: Octavian Ciubotaru
            Assignee: Joe Bowser
            Priority: Minor
             Fix For: Master


I've done a plugin that is able to post (multipart) multiple files. Now it works for Android only.

I think this is good feature to have out of the box.

I you don't mind, I can share code. But there is a problem, input parameters differ a bit and will break existing contract for upload() function.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (CB-1254) FileTransfer to support multiple files

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

Andrew Grieve closed CB-1254.
-----------------------------

    Resolution: Duplicate

Dupe of https://issues.apache.org/jira/browse/CB-200

Comments on the linked bug suggest waiting for XHR2 to be able to upload multiple files. I think this will be a while off though, and having FileTransfer be able to upload multiple files will make it much easier to implement in an XHR2 polyfill.

It would be great to have you work on this. The toughest part, I think, is getting everyone to agree on what the API should look like. Let's move discussion about this to the other bug.




                
> FileTransfer to support multiple files
> --------------------------------------
>
>                 Key: CB-1254
>                 URL: https://issues.apache.org/jira/browse/CB-1254
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android
>    Affects Versions: 2.0.0
>            Reporter: Octavian Ciubotaru
>            Assignee: Joe Bowser
>            Priority: Minor
>              Labels: file, files, filetransfer, multipart, multiple, post, transfer, upload
>             Fix For: Master
>
>
> I've done a plugin that is able to post (multipart) multiple files. Now it works for Android only.
> I think this is good feature to have out of the box.
> I you don't mind, I can share code. But there is a problem, input parameters differ a bit and will break existing contract for upload() function.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira