You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Nick Gottlieb (JIRA)" <ji...@apache.org> on 2012/09/05 00:03:07 UTC

[jira] [Created] (CB-1371) Allow video file to be saved to iPhone Camera Roll after recording

Nick Gottlieb created CB-1371:
---------------------------------

             Summary: Allow video file to be saved to iPhone Camera Roll after recording
                 Key: CB-1371
                 URL: https://issues.apache.org/jira/browse/CB-1371
             Project: Apache Cordova
          Issue Type: Wish
            Reporter: Nick Gottlieb


It would be nice if we could take the video file after recording and upload to our server as well as save it to the device (so that if the upload is interrupted we can retain the video file).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1371) Allow video file to be saved to iPhone Camera Roll after recording

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

Shazron Abdullah commented on CB-1371:
--------------------------------------

Thanks Nick. According to this comment, it is saved (Video capture using the Capture API):
https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVCapture.m#L265

In any case, for now - your JavaScript is passed back the path to the file in the callback, you can use the File API to copy it to your persistent filesystem.
                
> Allow video file to be saved to iPhone Camera Roll after recording
> ------------------------------------------------------------------
>
>                 Key: CB-1371
>                 URL: https://issues.apache.org/jira/browse/CB-1371
>             Project: Apache Cordova
>          Issue Type: Wish
>            Reporter: Nick Gottlieb
>
> It would be nice if we could take the video file after recording and upload to our server as well as save it to the device (so that if the upload is interrupted we can retain the video file).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CB-1371) Allow video file to be saved to iPhone Camera Roll after recording

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

Paul R. commented on CB-1371:
-----------------------------

Uncomment that if statement and your video will be saved to your Camera Roll. Video's are automatically saved to the apps tmp folder.
                
> Allow video file to be saved to iPhone Camera Roll after recording
> ------------------------------------------------------------------
>
>                 Key: CB-1371
>                 URL: https://issues.apache.org/jira/browse/CB-1371
>             Project: Apache Cordova
>          Issue Type: Wish
>          Components: iOS
>            Reporter: Nick Gottlieb
>
> It would be nice if we could take the video file after recording and upload to our server as well as save it to the device (so that if the upload is interrupted we can retain the video file).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CB-1371) Allow video file to be saved to iPhone Camera Roll after recording

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

Joe Bowser updated CB-1371:
---------------------------

    Component/s: iOS
    
> Allow video file to be saved to iPhone Camera Roll after recording
> ------------------------------------------------------------------
>
>                 Key: CB-1371
>                 URL: https://issues.apache.org/jira/browse/CB-1371
>             Project: Apache Cordova
>          Issue Type: Wish
>          Components: iOS
>            Reporter: Nick Gottlieb
>
> It would be nice if we could take the video file after recording and upload to our server as well as save it to the device (so that if the upload is interrupted we can retain the video file).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira