So the issue I am having is it seems I cant send the file I want to the server.
I am not sure if I am doing something wrong, but thought I would ask
<?
$file = file_get_contents($HTTP_POST_FILES['img']);
print $file;
?>
<form action="" method="post">
<input type="file" name="img" />
<input type="submit" value="submit"/>
</form>
print $file;?$_FILESnot$HTTP_POST_FILES