Hi, I am working on a project. The functions of this project: 1. accept user uploaded resumes( doc& pdf) 2. Be able to search content of uploaded resumes I set up a table in sql2000 database with an image collum binded with a varchar(4) collum. I use textcopy sucessfully upload word document and full text index to search it from store procedure. But I don't know how to implement it with zope and web interface. Thank for any help. Rebecca _________________________________________________________________ Hot chart ringtones and polyphonics. Go to http://ninemsn.com.au/mobilemania/default.asp
I use textcopy sucessfully upload word document and full text index to search it from store procedure. But I don't know how to implement it with zope and web interface.
1. Store your documents in ZODB and not in sql database 2. Use TextIndexNG
participants (2)
-
rebecca wang -
Sergey Volobuev