You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Shazron Abdullah (Created) (JIRA)" <ji...@apache.org> on 2011/11/28 21:37:39 UTC

[jira] [Created] (CB-38) FileTransfer chunkedMode feature no available in iOS and other platforms other than Android

FileTransfer chunkedMode feature no available in iOS and other platforms other than Android
-------------------------------------------------------------------------------------------

                 Key: CB-38
                 URL: https://issues.apache.org/jira/browse/CB-38
             Project: Apache Callback
          Issue Type: New Feature
          Components: iOS
            Reporter: Shazron Abdullah


reported at: https://github.com/phonegap/phonegap-iphone/issues/328

I'm having File/Image upload issues with iOS.

I'm having constant "Connection Error" message coming from the FileTransfer callback.

>From reading the forum, looks like ChunkedMode is not supported in iOS while this feature is implemented on Android.

If someone can port that logic to other platforms (BBM, iOS), that'll be great.

This is confirmed by looking at the source code.

--
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] [Updated] (CB-38) Add chunkedMode to FileTransfer upload on iOS

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

Filip Maj updated CB-38:
------------------------

    Assignee: Shazron Abdullah
     Summary: Add chunkedMode to FileTransfer upload on iOS  (was: FileTransfer chunkedMode feature no available in iOS and other platforms other than Android)

Assigning to Shaz. If not doable for whatever reason, just close.
                
> Add chunkedMode to FileTransfer upload on iOS
> ---------------------------------------------
>
>                 Key: CB-38
>                 URL: https://issues.apache.org/jira/browse/CB-38
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>            Priority: Minor
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/328
> I'm having File/Image upload issues with iOS.
> I'm having constant "Connection Error" message coming from the FileTransfer callback.
> From reading the forum, looks like ChunkedMode is not supported in iOS while this feature is implemented on Android.
> If someone can port that logic to other platforms (BBM, iOS), that'll be great.
> This is confirmed by looking at the source code.

--
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] [Updated] (CB-38) Add chunkedMode to FileTransfer upload on iOS

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

Shazron Abdullah updated CB-38:
-------------------------------

    Fix Version/s: 1.9.0

I'm assigning this 1.9.0 so I have it in the pipeline to investigate whether it's possible. If not possible, I will resolve as wontfix
                
> Add chunkedMode to FileTransfer upload on iOS
> ---------------------------------------------
>
>                 Key: CB-38
>                 URL: https://issues.apache.org/jira/browse/CB-38
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>            Priority: Minor
>             Fix For: 1.9.0
>
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/328
> I'm having File/Image upload issues with iOS.
> I'm having constant "Connection Error" message coming from the FileTransfer callback.
> From reading the forum, looks like ChunkedMode is not supported in iOS while this feature is implemented on Android.
> If someone can port that logic to other platforms (BBM, iOS), that'll be great.
> This is confirmed by looking at the source code.

--
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] [Resolved] (CB-38) Add chunkedMode to FileTransfer upload on iOS

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

Shazron Abdullah resolved CB-38.
--------------------------------

    Resolution: Fixed

Pull request integrated:

Commits:
1. https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=commit;h=07f2c005
2. http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/e6429255
3. http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/dea6eb24

                
> Add chunkedMode to FileTransfer upload on iOS
> ---------------------------------------------
>
>                 Key: CB-38
>                 URL: https://issues.apache.org/jira/browse/CB-38
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/328
> I'm having File/Image upload issues with iOS.
> I'm having constant "Connection Error" message coming from the FileTransfer callback.
> From reading the forum, looks like ChunkedMode is not supported in iOS while this feature is implemented on Android.
> If someone can port that logic to other platforms (BBM, iOS), that'll be great.
> This is confirmed by looking at the source code.

--
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] [Commented] (CB-38) Add chunkedMode to FileTransfer upload on iOS

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13400974#comment-13400974 ] 

Shazron Abdullah commented on CB-38:
------------------------------------

It is possible, see: http://stackoverflow.com/a/7820285
Too late for 1.9.0, punting to 2.0
                
> Add chunkedMode to FileTransfer upload on iOS
> ---------------------------------------------
>
>                 Key: CB-38
>                 URL: https://issues.apache.org/jira/browse/CB-38
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/328
> I'm having File/Image upload issues with iOS.
> I'm having constant "Connection Error" message coming from the FileTransfer callback.
> From reading the forum, looks like ChunkedMode is not supported in iOS while this feature is implemented on Android.
> If someone can port that logic to other platforms (BBM, iOS), that'll be great.
> This is confirmed by looking at the source code.

--
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] [Commented] (CB-38) Add chunkedMode to FileTransfer upload on iOS

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

Andrew Grieve commented on CB-38:
---------------------------------

https://github.com/apache/incubator-cordova-ios/pull/30
                
> Add chunkedMode to FileTransfer upload on iOS
> ---------------------------------------------
>
>                 Key: CB-38
>                 URL: https://issues.apache.org/jira/browse/CB-38
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/328
> I'm having File/Image upload issues with iOS.
> I'm having constant "Connection Error" message coming from the FileTransfer callback.
> From reading the forum, looks like ChunkedMode is not supported in iOS while this feature is implemented on Android.
> If someone can port that logic to other platforms (BBM, iOS), that'll be great.
> This is confirmed by looking at the source code.

--
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] [Commented] (CB-38) Add chunkedMode to FileTransfer upload on iOS

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

Andrew Grieve commented on CB-38:
---------------------------------

I'll have a look at this.
                
> Add chunkedMode to FileTransfer upload on iOS
> ---------------------------------------------
>
>                 Key: CB-38
>                 URL: https://issues.apache.org/jira/browse/CB-38
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/328
> I'm having File/Image upload issues with iOS.
> I'm having constant "Connection Error" message coming from the FileTransfer callback.
> From reading the forum, looks like ChunkedMode is not supported in iOS while this feature is implemented on Android.
> If someone can port that logic to other platforms (BBM, iOS), that'll be great.
> This is confirmed by looking at the source code.

--
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] [Updated] (CB-38) FileTransfer chunkedMode feature no available in iOS and other platforms other than Android

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

Shazron Abdullah updated CB-38:
-------------------------------

    Priority: Minor  (was: Major)
    
> FileTransfer chunkedMode feature no available in iOS and other platforms other than Android
> -------------------------------------------------------------------------------------------
>
>                 Key: CB-38
>                 URL: https://issues.apache.org/jira/browse/CB-38
>             Project: Apache Callback
>          Issue Type: New Feature
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Priority: Minor
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/328
> I'm having File/Image upload issues with iOS.
> I'm having constant "Connection Error" message coming from the FileTransfer callback.
> From reading the forum, looks like ChunkedMode is not supported in iOS while this feature is implemented on Android.
> If someone can port that logic to other platforms (BBM, iOS), that'll be great.
> This is confirmed by looking at the source code.

--
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] [Updated] (CB-38) Add chunkedMode to FileTransfer upload on iOS

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

Shazron Abdullah updated CB-38:
-------------------------------

    Fix Version/s:     (was: 1.9.0)
                   2.0.0
    
> Add chunkedMode to FileTransfer upload on iOS
> ---------------------------------------------
>
>                 Key: CB-38
>                 URL: https://issues.apache.org/jira/browse/CB-38
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/328
> I'm having File/Image upload issues with iOS.
> I'm having constant "Connection Error" message coming from the FileTransfer callback.
> From reading the forum, looks like ChunkedMode is not supported in iOS while this feature is implemented on Android.
> If someone can port that logic to other platforms (BBM, iOS), that'll be great.
> This is confirmed by looking at the source code.

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