Hello,
My company is thinking of setting up a resume web
page where candidates will be able to upload their
resumes to our database. The hr personnel will
then use another page to search these resumes for the skills they need.
I have not done any apps involving uploading of
files and storing/searching MSWord documents.
I would appreciate any suggestions on how I might
go about doing this.
I looked at a microsoft page and the code shows the files as being saved on the web server.
http://support.microsoft.com/defaul...port/kb/articles/q323/2/46.asp&NoWebContent=1
(watch for URL wrapping)
I have two questions:
1) Is this the way its generaly done? I had always imagined resumes would get saved on a database, not on the web server.
2) After the file is saved on the web server, how do you implement searching? Do you open a file and read it line by line looking for the search parameters or is there an easier way to do it?
Thank you,
Burak
My company is thinking of setting up a resume web
page where candidates will be able to upload their
resumes to our database. The hr personnel will
then use another page to search these resumes for the skills they need.
I have not done any apps involving uploading of
files and storing/searching MSWord documents.
I would appreciate any suggestions on how I might
go about doing this.
I looked at a microsoft page and the code shows the files as being saved on the web server.
http://support.microsoft.com/defaul...port/kb/articles/q323/2/46.asp&NoWebContent=1
(watch for URL wrapping)
I have two questions:
1) Is this the way its generaly done? I had always imagined resumes would get saved on a database, not on the web server.
2) After the file is saved on the web server, how do you implement searching? Do you open a file and read it line by line looking for the search parameters or is there an easier way to do it?
Thank you,
Burak