Difference between revisions of "Creating a Share on Ovi Droplet"

From rukapedia
Jump to: navigation, search
 
Line 1: Line 1:
 
The PHP class [http://websvn.reinvented.net/wsvn/Plazes/Ovi/class.ovi.php class.ovi.php] provides the facility to programatically upload JPEG images to the [http://share.ovi.com Share on Ovi] web service.
 
The PHP class [http://websvn.reinvented.net/wsvn/Plazes/Ovi/class.ovi.php class.ovi.php] provides the facility to programatically upload JPEG images to the [http://share.ovi.com Share on Ovi] web service.
 +
 +
I've created [http://websvn.reinvented.net/wsvn/Plazes/Ovi/UploadToOvi.php UploadToOvi.php] as a wrapped around this class to make command line uploading easier, and using [http://sveinbjorn.org/platypus Platypus] it's possible to take things one step further and create a Mac OS X "droplet" that allows easy drag-and-drop uploading to Share on Ovi.

Revision as of 11:27, 13 July 2008

The PHP class class.ovi.php provides the facility to programatically upload JPEG images to the Share on Ovi web service.

I've created UploadToOvi.php as a wrapped around this class to make command line uploading easier, and using Platypus it's possible to take things one step further and create a Mac OS X "droplet" that allows easy drag-and-drop uploading to Share on Ovi.