> Because the method is POST, not GET.
Thats whats confusing me.
I have another similar example:
<form name="top" action="?m=gen" method="POST">
<input type="submit" value="Get NZB" name="getnzb">
<input type="hidden" name="p" value="244416">
<input type="hidden" name="mode" value="usenet">
<input type="hidden" name="offset" value="0">
<input type="hidden" name="type" value="">
<input type="hidden" name="group" value="">
<input type="hidden" name="q" value="">
<input type="hidden" name="age" value="200">
<input type="hidden" name="get" value="0">
</form>
Now, when I try this:
http://www.newzleech.com/?m=gen&getn...ffset=0&binary[]=1001917
It DOES download the file....
So whats the difference between this example and the previous one ?