View Single Post
Old 10-16-2013, 08:56 AM   #2
Ranjan123
Registered User
 
Join Date: Oct 2013
Posts: 15
PHP Code:

Posting form script is
Resume 
<input type="file" name="resume" size="25" />

and 
php code is 

if($_FILES['resume']['name']) 
Ranjan123 is offline   Reply With Quote