KatanaPG AIR Pic Uploader
Wednesday, April 30th, 2008I made a simple AIR app to upload pictures to my buddy’s online photo gallery, Katana Photo Groups. The AIR app is very basic (first workign version released); but it does in fact work. So this is what you do:
- Select directory to upload pictures from. OR
- Drag and Drop files onto app.
- Slecect the pictures you would like to upload.
- Login to KatanaPG.
- Click upload to upload pictures.
After that your pictures will be uploaded into your Inbox. You will need to already have a KatanaPG account for this to work.
It uses FZip (Actionscript zipping library) to compress the images into a zip and then uploads the zip to Katana. I hope to had some basic images editing, drag and drop support, and it also needs some optimization.
Here is the package: katanapgair.zip
You will need Adobe AIR to run this.
UPDATE:
Added drag and drop from the PC and also fixed some memory issues.