Buying Need a simple desktop application created

Discussion in 'Programming' started by Shimurai, Jun 8, 2012.

  1. #1
    Hello,

    I am looking for a person who can create a simple desktop application which will upload images to my image hosting website. If the application can be compatible with both, windows and mac operating system it would be awesome, if only windows it's fine too.

    So, actually there's not much to do on the application-side rather than just sending some form data to my website API which I created for remote uploads. First of all, here's a little preview of what I'm looking for:

    [​IMG]

    This is NOT exactly how I want it, but it's an idea of what I would like. The upload progress it's not really needed. The most important thing on the application is that after uploading a bunch of images it will give you all the images links in a new little window.

    Now, as I mentioned above, I created an API to remotely upload images to my website and here's how it works:

    1.- GETTING THE SETTINGS:
    Ok so I want to have control over the uploader, so I created the settings call:
    http://dev.cheveretomods.com/remote.php?settings
    Code (markup):
    If you go to that URL my api will return in a JSON response the remote uploader settings.

    Response:
    {"active":true,"logo":"http:\/\/dev.cheveretomods.com\/images\/2012\/06\/08\/RLhSk.png"}
    Code (markup):
    active = tells if the desktop uploading is enabled or not
    logo = gives the path to the application logo

    If the settings request cannot be made then the application should not be available.

    2.- UPLOADING FILES:
    Here's the form that the application should simulate to upload each file:
    <form action="http://dev.cheveretomods.com/remote.php" method="post" enctype="multipart/form-data">
    <label for="file">File:</label>
    <input type="file" name="file" id="file" />
    <input type="hidden" name="key" value="3n84t73o" />
    <input type="submit" name="submit" value="UPLOAD!" />
    </form>
    Code (markup):
    The above form it's a live example of the remote uploading, if you use it you will get a JSON response with all the image data:
    {
    "image_name":"vZNF9",
    "image_filename":"vZNF9.jpg",
    "image_type":"jpg",
    "image_path":"\/images\/2012\/06\/08\/vZNF9.jpg",
    "image_url":"http:\/\/dev.cheveretomods.com\/images\/2012\/06\/08\/vZNF9.jpg",
    "image_width":320,
    "image_height":480,
    "image_attr":"width=\"320\" height=\"480\"",
    "image_bytes":66343,
    "image_size":"64.8 KB",
    "image_thumb_url":"http:\/\/dev.cheveretomods.com\/images\/2012\/06\/08\/vZNF9.th.jpg",
    "image_thumb_path":"\/images\/2012\/06\/08\/vZNF9.th.jpg",
    "image_thumb_width":100,
    "image_thumb_height":90,
    "image_aus_isprivate":0,
    "image_aus_userid":"1",
    "image_aus_isnsfw":0,
    "image_aus_userip":"189.xxx.xxx.xxx",
    "image_id":"Ly",
    "image_viewer":"http:\/\/dev.cheveretomods.com\/image\/Ly"
    }
    Code (markup):
    If there is any error with the file uploading or key authentication you will get a json response like this:
    {"error":"true","errorMsg":"Invalid Key"}
    Code (markup):
    So as you can see my API does almost all the work, so all I need is the windows application to communicate with my API and let users drag and drop images into a small window and when all the images they dragged to the uploader have been uploaded they can be given with the images links.

    Please PM me if you can do this.

    Payment method: PayPal.
     
    Last edited: Jun 8, 2012
    Shimurai, Jun 8, 2012 IP
  2. Shimurai

    Shimurai Well-Known Member

    Messages:
    186
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 2
    As Buyer:
    100% - 0
    #2
    found the right person to do this, no longer required.

    thank you.
     
    Shimurai, Jun 13, 2012 IP