Click here to Skip to main content
15,915,336 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello All,

I have to implement that if user upload any cv so i have to put some field from Cv and fill up in our textbox at page. how it is possible?
Posted
Comments
CHill60 29-May-14 9:11am    
The HR department at a previous employ allegedly paid a lot of money for such a utility. I used it and it wasn't very good. Incredibly difficult requirement.

1 solution

It greatly depends on the constraints you put on it:
  • in one extreme (the easy way), you don't even allow the user to upload the CV: instead you make he/she fill the fields of your form. This way you automatically get the info you need.
  • in the other extreme (the very hard way), you allow the user to upload his/her CV in any format he/she likes. Then you have to handle appropriately the file format and parse the content in order to extract the required info. No need to say this is a very difficult (if actually feasible) task
     
    Share this answer
     

    This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



    CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900