i'm trying to use the most simple upload script provided in your site: http://api.netload.in/share/scrap/upload.sh
simply doesn't work. server returns 200 with no data at all.

also, in the page describing upload API, it says:
Code: 
auth => AUTH_CODE
 	modus => file_upload
 	file => file_link
and while it appears in the example upload.sh that 'auth' and 'modus' are indeed POST keys, the POST key for file is 'file_link' and not the other way like shown. your site is running for years, can you be a little more professional so that people can actually use your API?