Hi
Just found out the problem.
For the DPFUIImagePickerController.OnFinishedPickingMovie event, the FileSavedName parameter will return filename like this "file:///private/app/.........MOV".
For the DPFUIImagePickerController.OnFinishedPickingImage event, the filename parameter will return the value like this "/private/app/.......JPG"
Hence if you are going to transfer the movie file using IdFTP, be sure to remove the "file://" from the FileSavedName.
Regards
Chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
When the above event is called, it returns the file size as will as the filesavedname.
However, when i want to upload the FileSavedName using idFTP to the FTP Server, idFTP server reports that the file is not found.
please advise
thanks
Chris
Hi
Just found out the problem.
For the DPFUIImagePickerController.OnFinishedPickingMovie event, the FileSavedName parameter will return filename like this "file:///private/app/.........MOV".
For the DPFUIImagePickerController.OnFinishedPickingImage event, the filename parameter will return the value like this "/private/app/.......JPG"
Hence if you are going to transfer the movie file using IdFTP, be sure to remove the "file://" from the FileSavedName.
Regards
Chris