Does anyone allow their users to upload word documents, then parse them on the server ?

Last post 03-25-2009 3:49 PM by Cybril. 1 replies.

Sort Posts:

  • Does anyone allow their users to upload word documents, then parse them on the server ?

    01-12-2009, 10:22 AM
    • Participant
      788 point Participant
    • BitShift
    • Member since 07-31-2006, 1:15 PM
    • Posts 405

     Just wondering if anyone out there currently has something like the following in place:
    - A business department creates forms in microsoft word, and requires that agents complete these forms
    - The forms must be done in microsoft word and not be web forms, since they must be formatted a specific way.
    - After authenticating with the website, users can upload word documents that include form fields with data they enter
    - When a file is uploaded, the file is renamed and a status record is created in a sql server table and it is assigned a status
    - A windows service that runs nightly, parses the word documents looking for the needed data.  Status is updated to indicate missing data or pending review etc

     

    Suggestions / comments please !

     Some concerns I have are:
    - Letting users upload word documents might introduce the possibility of viruses onto our server
    - The files would need to be renamed on the server using something like a guid
    - Parsing word documents might require everyone use the same version of word

     

  • Re: Does anyone allow their users to upload word documents, then parse them on the server ?

    03-25-2009, 3:49 PM
    • Member
      11 point Member
    • Cybril
    • Member since 06-20-2005, 11:00 PM
    • Australia
    • Posts 14

    Did you ever get this working?  I'm interested in doing something like this myself and wondered how hard/difficult it was going to be.

Page 1 of 1 (2 items)