On-Rev question - can you 'upload' to other web services?

2010-05-12 Thread Ian Wood
I'm researching some web gallery stuff powered by On-Rev, but would like the ability to add images hosted on On-Rev to Flickr via their API. Is it possible to do things like FTP *from* the On-Rev server? Thanks, Ian ___ use-revolution mailing list

Re: On-Rev question - can you 'upload' to other web services?

2010-05-12 Thread Andre Garzia
I think it is but maybe not with libURL calls. I haven't tested FTP URLS with On-Rev but in any case, you can call shell() and curl probably. On Wed, May 12, 2010 at 11:11 AM, Ian Wood revl...@azurevision.co.ukwrote: I'm researching some web gallery stuff powered by On-Rev, but would like the

On-Rev question - can you 'upload' to other web services?

2010-05-12 Thread Michael Kann
Ian, a guy has written a framework to do it in PHP. Scroll down about 7/10 of the way to see where he writes about uploading images. You could just use his script to do it in PHP on the on-rev server, or translate the PHP into irev. http://phpflickr.com/phpFlickr/README.txt

Re: On-Rev question - can you 'upload' to other web services?

2010-05-12 Thread Ian Wood
Andre Michael, Thanks a lot, those two pointers should get me far enough to do a few tests. Ta, Ian On 12 May 2010, at 16:01, Michael Kann wrote: Ian, a guy has written a framework to do it in PHP. Scroll down about 7/10 of the way to see where he writes about uploading images. You