im interested in a commandline tool that could upload an image file specified on the commandline to one of the image hosting services (like http://www.imageshack.us/) , and reports back the url to the uploaded file.
how i would use this:
i'd like to add it to screenshot captor tool menu.














Logged



I think wget --post-data=string should work. All that needs to be done is build the right post string from the <form></form> data on each site.
Wget should return a html file, which could be searched for the url or error message.
