I have a form where I\'m posting different fields and every type of field posted seems to work except the input File type.
I\'m using var_dump($_POST);
var_dump($_POST);
Actually if you try Firefox (>13), you can get the posted value. But if you are using Chrome or Safari, you can't get the posted value. I think the it is related with the Browsers.