PDA

View Full Version : copy entire contents of the word file in the text area please help me urgent


priyavenkat
04-08-2005, 03:27 PM
Hi,

I need to do the following in the asp project.

The form contains the file upload component and textarea objects.

After the user uploads the word file (using file upload), the entire contents of the word file should be copied to the textarea and displayed.

Kindly help me how to do this.

Regards,
Priyavenkatadhri.

fractalvibes
04-08-2005, 03:51 PM
you'll probably have to write a custom DLL that you can call from your ASP page that can instantiate a word object and call it's methods to read the document.

fv