Hi, I would like to develop an simpleiPad application which can be used to upload the video on the server. Either one can upload the video which is already there on iPad System, or one can record the video on the fly and then upload to server.
How can be do this using Live Code? Are there any example of doing it? Please help...
Thanks
Best Regards
Pradeep
Important Feature:How to upload Video on Server
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Important Feature:How to upload Video on Server
Namaste Pradeep,
on iOS you do not have the many "liburl" option as in the desktop version.
Check the "iOS Release Notes" (in LiveCode: Menu: Help) for "Non-file URL access"!
You have 2 options:
1. post your data/video to a CGI, which will then save the video on the server or
2. upload your video via FTP to the server
Best
Klaus
on iOS you do not have the many "liburl" option as in the desktop version.
Check the "iOS Release Notes" (in LiveCode: Menu: Help) for "Non-file URL access"!
You have 2 options:
1. post your data/video to a CGI, which will then save the video on the server or
2. upload your video via FTP to the server
Best
Klaus
Re: Important Feature:How to upload Video on Server
Klaus, Thanks for your response... How do we select the video from Ipad APP for uploading? Is there any file control browse Open Button like we have for windows ?
Re: Important Feature:How to upload Video on Server
Hi Pradeep,
Maybe use "iphonepickmedia" (or what it is called) top let the user pick a video for upload?
Best
Klaus
Good question, no "Open dialog" like on the desktop abvailable on iOS!pkmittal wrote:Klaus, Thanks for your response... How do we select the video from Ipad APP for uploading? Is there any file control browse Open Button like we have for windows ?
Maybe use "iphonepickmedia" (or what it is called) top let the user pick a video for upload?
Best
Klaus
Re: Important Feature:How to upload Video on Server
Thanks.. I will look into it from documentation... I am just wondering if there are any sample scripts.. which can be used to upload video on server either by browsing or by recording on the fly...
Re: Important Feature:How to upload Video on Server
Hi, I tried iPhonePicMedia on iPad.
iPhonePicMedia "anyAudio"
It opens the picker from where one can choose the albums, artist, podcasts, etc. and It does not have any videos.. I want to open the window from where one can choose the videos. (the one which user has recorded or have been copied on iPad ) The video which I copy on iPad is accessible from video Icon on iPad. and the video which I record using camera automatically gets copied to Photos folder. (I do not know why the recorded videos goes to photos folder)
Please help me in providing the sample code which I can use for selecting the video from iPad.. Later on I should be able to write the code myself to post it on server...
Please help..
Thanks
Pradeep
iPhonePicMedia "anyAudio"
It opens the picker from where one can choose the albums, artist, podcasts, etc. and It does not have any videos.. I want to open the window from where one can choose the videos. (the one which user has recorded or have been copied on iPad ) The video which I copy on iPad is accessible from video Icon on iPad. and the video which I record using camera automatically gets copied to Photos folder. (I do not know why the recorded videos goes to photos folder)
Please help me in providing the sample code which I can use for selecting the video from iPad.. Later on I should be able to write the code myself to post it on server...
Please help..
Thanks
Pradeep