I'm searching along months (maybe 1 year) a way to upload a file to mediafire.
I know mediafire use flash, I know mediafire API is so private...
But I know too a program called "File&Image uploader" that can upload files to mediafire (HOW?!)
my knowledge about networks are very, VERY basics, but i could make a Ruby script to upload images to Imageshack using the API and the "rest_client" gem, so maybe... i can do the same for mediafire... (With help)
I tried all... ALL!: curl, wget, wput, ssl, ruby example scripts, python example scripts, perl example scripts, and a lot of unuseful CLI apps for linux and windows that I don't remember the name now...
After all, at the moment i don't know the method to upload a file to mediafire.
Well, at this point, My questions are:
Is it possible to upload a file (no matter if in my account or in "free" mode) to mediafire, using ruby or python? And anyone could give me a brief example or tell me the easiest way?
If not possible to mediafire, could you tell me a FREE and GOOD server (I mean without re-captcha) with ability to upload a file using the rest_client gem ? (or another easy way)