> I was wondering if anyone knows of a custom tag (or something....?)
that will
> dynamically count the number of words in an uploaded Word Document.

Edward,

You can use CFOBJECT to instantiate Word, open the uploaded doc, and then
get the following properties:

  ActiveDocument.Characters.Count 
  ActiveDocument.Words.Count (includes periods and paragraph markers)
  ActiveDocument.Sentences.Count 

-David
________________________________________________________________
YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to