Page 1 of 1
App to store photos on Google Drive
Posted: Sat Dec 21, 2013 12:18 pm
by neatgadgets
I am about to embark on building an app in which part will store photos on an internet drive such as Google Drive. I have seen how to do it through Eclipse and it's pretty complex, but having just seen what LiveCode can do today I am wondering if you can do this in LiveCode? Essentially I want the user to be able to take a photo, have it saved to a central drive and a database record the location of that file.
Re: App to store photos on Google Drive
Posted: Thu Dec 26, 2013 1:24 am
by neatgadgets
Has anyone done this using a mix of LiveCode and php? I would prefer it to be in one simple action of take a photo and upload but if that cannot be done I would try the php method.
Re: App to store photos on Google Drive
Posted: Thu Dec 26, 2013 3:57 am
by dave_probertGA6e24
Hi,
It's not exactly what you want, but does give a guide to using LC and PHP - with a server database too.
http://www.vampire-tiger.info/livecode- ... bases.html
If you need more help with either language then feel free to ask.
Cheers,
Dave
Re: App to store photos on Google Drive
Posted: Thu Dec 26, 2013 4:11 am
by Simon
Sorry for hijacking this thread but Dave is the php go to guy.
Hi Dave,
I can start another thread just say.
How do you POST a file from Android/other to a server? errr.... w/o using a browser
THX,
Simon
Re: App to store photos on Google Drive
Posted: Thu Dec 26, 2013 6:08 am
by FourthWorld
Simon wrote:How do you POST a file from Android/other to a server? errr.... w/o using a browser
There are many ways, depending on what's being sent, and what's being used on the server.
Re: App to store photos on Google Drive
Posted: Fri Dec 27, 2013 12:23 am
by neatgadgets
Thanks Dave,
I will take a look, I am pretty proficient with php, but just wanted to know if LiveCode had a way of doing this. I did find in the Academy videos an example using ftp which I will try out.
Andrew
dave_probertGA6e24 wrote:Hi,
It's not exactly what you want, but does give a guide to using LC and PHP - with a server database too.
If you need more help with either language then feel free to ask.
Cheers,
Dave