very nice site, I'm trying to make a script to read the contents of a folder, and upload all .NZBs, and return a list with the links, instead of uploading one by one. Using http://www.nzbcache.info/api.php
<?php
$url = "http://nzbcache.info/upload-api.php";
$fields = array();
if ($handle =...