hi, i want to change the script that when it finish upload, it will redirect to a url, like: www.bla.com/bla.php?filename=<the uploaded file>, and i dont know how to take out the filename from upload.pl, i tried to set in the config file $filename , but its empty.
like this:
url_post => 'http://avivit.org/prices_s.php?filename ... /$filename',
thanks