Author Topic: drop.io support?  (Read 11238 times)

luckman212

  • Newbie
  • *
  • Posts: 22
    • View Profile
drop.io support?
« on: December 23, 2008, 06:14:49 PM »
is it possible to create support for drop.io?
they have a pretty easy API as far as I can see.... but not sure if its possible with just the standard HTTP form that is built in to Rightload, because it appears that to post files directly using the API, you have to POST them to an existing DROP which would require TWO http calls and I don't think that Rightload is capable of doing it (yet).  The API is here, maybe someone could make a plugin for it??  Drop.io is awesome by the way for anyone who hasn't tried it!

nk

  • Administrator
  • Sr. Member
  • *****
  • Posts: 263
    • View Profile
Re: drop.io support?
« Reply #1 on: December 29, 2008, 05:57:30 PM »
I will look into this. I can also send you the plugin-dll specifications if you want to give it a try yourself!

luckman212

  • Newbie
  • *
  • Posts: 22
    • View Profile
Re: drop.io support?
« Reply #2 on: December 29, 2008, 07:59:02 PM »
thank you for checking it out,
sadly I am not much of a developer myself so the DLL spec might not do me too much good.  :-(
maybe a good time to try to teach myself programming?
programming the DLL is quite difficult?  ::)

nk

  • Administrator
  • Sr. Member
  • *****
  • Posts: 263
    • View Profile
Re: drop.io support?
« Reply #3 on: December 29, 2008, 10:17:06 PM »
If you have never worked with C++ and DLLs before it would probably be a good idea to start out with something slighly easier ;)