Hi!
How can I get the following to work?
<?php
$bestand="/usr/local/psa/home/vhosts/site.com/bestand.zip";
$file_type = $HTTP_POST_FILES[$bestand]['type'];
echo $file_type;
?>
I need to 'upload' files from an online source so I can change the parameters (filename, etc.)
Thanx in advance!
V.