Monday, 12 January 2015

How to Mention A Resume Uploder Option In A Html Site



Hey Guys When we visit some web sites they show a pop up box to register and uplod your resume and detail .
So today I tell you how to mention that type form on your website for visiters.
<html>
<body>
<form name=”uploder”>
Our name : <input type=”text” size=”30” name =”fulname”>
Your file:  <input type=”file” size=”20” accept=”audio/video/image”>
<input type =”submit”>
</form>
</html>

IN “Your file:  <input type=”file” size=”20” accept=”audio/video/image”> SECTION YOU SEE A OPTION AUDIO/VIDEO/IMAGE YOU CAN USE ONE OPTION OR ALL .
BECAUSE IF U USE ONE OPTION LIKE IF YOU USE   Your file:  <input type=”file” size=”20” accept=”audio>
THAN VISITER WHO TRY TO SUBIT HIS/HER RESUME WITH YOUR WEBSITE ONLY UPLODE AUDIO FILE IN RESUME.
IF YOU WANT TO GIVE ALL OPTION THAN USE AUDIO/VIDEO/IMAGE .

THANK YOU GUYS YOU CAN CONNTECT ME IF YOU HAVE ANY PROBLM YOU CAN COMMENT IT .


No comments:

Post a Comment