In the form:
<input name="file" type="file" size="40">
Processing the form:
echo $_POST['file']; //returns nothing
echo "$file"; //returns the file
why oh why is $_POST['file'] comming up blank.... (mind you ive spent about an hour pulling my hair out to figure this out)