RE: Upload a document?

2003-07-02 Thread Robertson-Ravo, Neil (RX)
Nice, but is there one which does the display on a day by day basis
outlining time intervals?

-Original Message-
From: James Blaha [mailto:[EMAIL PROTECTED]
Sent: 02 July 2003 13:37
To: CF-Talk
Subject: Upload a document?


Hello All:

I have a job posting site I'm working on and wanted to know if there is 
a way to have a user upload their resume, possibly scan it for a virus's 
and make it a searchable document in a SQL server 7 database?

This may be a pipe dream.

Any suggestions are welcome or a best practice you might use already.

Regards,

James Blaha



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Upload a document?

2003-07-02 Thread Michael T. Tangorre
Upload the document into a reusme folder record the name of the doc in
the DB.
Use verity to allow the search of those resumes in the resume folder?

Im not a huge fan of storing mass amounts of text in a DB, although it is
necessary sometimes.

Mike


- Original Message - 
From: James Blaha [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, July 02, 2003 8:36 AM
Subject: Upload a document?


 Hello All:

 I have a job posting site I'm working on and wanted to know if there is
 a way to have a user upload their resume, possibly scan it for a virus's
 and make it a searchable document in a SQL server 7 database?

 This may be a pipe dream.

 Any suggestions are welcome or a best practice you might use already.

 Regards,

 James Blaha


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Upload a document?

2003-07-02 Thread James Blaha
Mike,

Can verity search a MS Word document and or RTF? 

Also how would I address the naming of the document that I place in the folder so 
there are no conflicts and the right name goes to the SQL database? 


Thanks for the information!

Regards,

JB



Michael T. Tangorre wrote:

Upload the document into a reusme folder record the name of the doc in
the DB.
Use verity to allow the search of those resumes in the resume folder?

Im not a huge fan of storing mass amounts of text in a DB, although it is
necessary sometimes.

Mike


- Original Message - 
From: James Blaha [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, July 02, 2003 8:36 AM
Subject: Upload a document?


  

Hello All:

I have a job posting site I'm working on and wanted to know if there is
a way to have a user upload their resume, possibly scan it for a virus's
and make it a searchable document in a SQL server 7 database?

This may be a pipe dream.

Any suggestions are welcome or a best practice you might use already.

Regards,

James Blaha






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Upload a document?

2003-07-02 Thread Andre Mohamed
You can get cffile to create a unique file name if you set the
nameConflict attribute to makeUnique.

The name of the file as saved on the server is accessed in the variable:

Cffile.serverFile

See the ColdFusion Tag Reference for cffile action=upload for more
information.

Yes, Verity can index MS Word and RTF documents.

Here is a partial list of supported types:

Applix Words (v4.2, 4.3, 4.4, 4.41) 
ASCII Text (All versions)
ANSI Text (All versions)
Folio Flat File (v3.1)
HTML (Verity Zone Filter) 
Lotus AmiPro (v2.3) 
Lotus Ami Professional Write Plus (All versions)
Lotus Word Pro (v96, 97, R9) 
Maker Interchange Format (MIF) v5.5
Microsoft RTF (All versions)
Microsoft Word (v2, 6, 95, 97, 2000) 
Microsoft Word Mac (v4, 5, 6, 98) 
Microsoft Word PC (v4.,5, 6) 
Microsoft Works (v1.0, 2.0, 3.0, 4.0)
Microsoft Write (v1.0, 2.0, 3.0)
PDF (Verity PDF Filter) 
Text files (Verity Text Filter) 
Unicode Text (All versions)
WordPerfect (v5.x, 6, 7, 8) 
WordPerfect Mac (v2, 3) 
XyWrite (v4.12)

See the Verity documentation in your ColdFusion Help Files or online at
Live docs for more Verity information.

André

-Original Message-
From: James Blaha [mailto:[EMAIL PROTECTED] 
Sent: 02 July 2003 15:22
To: CF-Talk
Subject: Re: Upload a document?

Mike,

Can verity search a MS Word document and or RTF? 

Also how would I address the naming of the document that I place in the
folder so there are no conflicts and the right name goes to the SQL
database? 


Thanks for the information!

Regards,

JB



Michael T. Tangorre wrote:

Upload the document into a reusme folder record the name of the doc
in
the DB.
Use verity to allow the search of those resumes in the resume folder?

Im not a huge fan of storing mass amounts of text in a DB, although it
is
necessary sometimes.

Mike


- Original Message - 
From: James Blaha [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, July 02, 2003 8:36 AM
Subject: Upload a document?


  

Hello All:

I have a job posting site I'm working on and wanted to know if there
is
a way to have a user upload their resume, possibly scan it for a
virus's
and make it a searchable document in a SQL server 7 database?

This may be a pipe dream.

Any suggestions are welcome or a best practice you might use already.

Regards,

James Blaha







~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4