In the form upload page you <input type="file" size="25" name="file" /> but the proccessing page was looking for resume so if you rename file to resume in the upload page and change the file to resume in the proccessing page you should have it.
All the best,
Ian
1:
|
$path_info = pathinfo($_FILES['resume']['name']);
|