Save Word Document Over Http:// Path

I've an ASP.Net c# application that needs to read Word documents from a directory on the web server, open them in Word from the client browser, edit the content and then update the document on the server.

I can almost do it by pasting the url into the "Save As" location but I get a "read only" message when I try to save.I'm happy to code httpRequest objects or Word automation,if necessary, but I need to resulting procedure to be intuitive for the user.

View Replies


ADVERTISEMENT

Save The Word Document

In the Sql server 2000 I store some word documents.Then I get the data from the database
through the asp code and display the word document in IE.The ContentType is "application/msword". how to save the word document which is edited to the database.

View Replies View Related

How To Save Data From A Word Document File Into SQL Database!!!

I have gotta a page in which a user can upload his profile (saved in word format). Is there any way that this profile can be stored into the database and not in the web directory. I tried using Scripting.Dictionary.

View Replies View Related

Get The My Document Path Info

Can any one please tell me how to i get the my document path infor of user computer thru ASP code. I try the VB6 code but it dont work their?

Dim DBConn,rs,social,vpath,vfile
Dim WShell As Object
Set WShell = CreateObject("wscript.shell")
vPath = WShell.SpecialFolders("MyDocuments") & ""
Set DBConn = CreateObject("ADODB.Connection")
DBConn.Open "ODBC; Driver=Adaptive Server Anywhere 6.0;
DSN=Debtmaster; uid=dm; pwd=,,PeAches..;"
sSQL = "select name1,ssn1 from dbtr where status_code=450 and
status_date=today(*) "
Set rs = DBConn.Execute(sSQL)
Do While Not rs.EOF
response.write(rs.Fields("ssn1"))
response.write("<br>")
rs.moveNext
loop

View Replies View Related

How Do I Save An XML Document To Back To Disk

I read in an XML document, change an attribute here or there, now I want to save the new version back to disk,

View Replies View Related

How To Save Byte Stream As Binary Document

A site Im working with has an API that allows one to retrieve files.
The file is a Word doc sent as a byte stream.

url="blah.asp?fileid=777777"
set oXMLHTTP=server.CreateObject("MSXML2.ServerXMLHTTP.4.0")
oXMLHTTP.open "POST",url,false
oXMLHTTP.send
binData=oXMLHTTP.responseText

I am trying to save the stream as a file on the Web server. It isn't
working. I've tried using FS.OpenTextFile, Stream.Write, etc.
Nothing is working.

Anyone have any sample code on how to do this?

View Replies View Related

Upload :: Save The File Path

I am not able to save the file path into database remaining everything is working good i can upload the image to the folder and save the data to the database. I am using MySQL database .....

View Replies View Related

MS Word Document

I want to do a Ms Word document in a ASP page. I can do it, With the code lines:

/////
Response.ContentType = "application/msword"
Response.AddHeader "content-disposition", "inline; filename=OrderFax.doc"
////
With these lines all document content show like a Word document.

But i can not change the MARGINS of this Word document.And Default
left/right margins are very bigs.

I try it, change the <body> attributes and with styles, but this don't work,
the margins are always the same.

How can i modify the margins of word document? I should do this with another method?
Can I modify PC client settings to change the defaults margins of word document create througt the web?

View Replies View Related

Word Document

I'm currently working on an application that has to open word documents (word forms) and read and write data from/to it. But, unfortunately, the web server hasn't Word installed (my ISP...). Is there any other way to do that?
I'm currently investigating about working with rtf documents, but the syntax is turning me crazy!!! Any idea/dll/other way to do that?

View Replies View Related

Word Document Via ASP

I've been looking (unsuccessfully) for a tutorial on creating Word documents from ASP. I know it can be done and have been able to find some references to various aspects of this, but nothing that spells out the process from beginning to end.

What I'm trying to accomplish is being able to generate a paper document using some information that is contained in an Access database. I have a ASP script that will generate the same info on the screen, but nothing that will put it on paper in a clean, professional format.

View Replies View Related

Word Document

I am creating a word document from an asp page. I have no problems
actaully creating the document and creating some tables that have data
in them. I am using Response.ContentType = "application/vnd.ms-word"
to create the actual document. My problem is that I want to place a
picture (which resides on the server) into the word document as well.
However all I seem to get is the place for the image but a picture of
an "x" meaning that the picture is missing.

View Replies View Related

Upload Word Document

Using Input in HTML i am allowing user upload the
document. When they click submit i am saving in Server.
They can upload same document any time. Here is my problem
each time when they upload document it is saved in server

But when they open in browser new updated document is not
shown only old document is displayed.

I have link buttion i am assinging like this

http://myservername/sparktrial/SOW/sow-123.doc

the link is working they able to seek document but it not
showing latest document. Code:

View Replies View Related

Microsoft Word Document

if there is any way to transfer the data inside of a Microsoft Word (.doc) through asp into a database field?

View Replies View Related

How Would I Parse A Word Document Into A DB?

If anyone has any suggestions on how I could get specific data from a word document into a Database please advise. I need this to work via our website.

Scenario: User uploads a word doc to our server. Then is presented with a button that reads "parse it".

I need to write something in asp that will open up the word doc and extract out specific data then simple insert it into a SQL db.

View Replies View Related

Modifying A Word Document

I know that using Word Automation inside an ASP page is no good idea.Anything I want to do in the current project is: open document, change some text, save and close document. Basically changing some variables, consting of a name embraced by special chars, to some value. As for example: change "[FirstName]" to "Michael".

Does anybody know whether there is a way for achieving this with basic "file input / output". Can I regard a Word document as some binary data, perform the replacement, and save the data, without destroying Word's internal structure?

View Replies View Related

Open Word Document In ASP

I want to open a word document in asp.(if possible with FSO)(I don't want to create a word with asp!)

View Replies View Related

Modify Word Document

any way to modify text content of a word document through ASP?

View Replies View Related

Word Document Fields

I am working on a application in ASP which has some data to be written to a Word document which can used as a template.I am having problems in creating an Object to open a word document.

View Replies View Related

Format Of Word Document

I wanted to know how to make a properly formated word document from asp. Can some one direct me to all the propertise of CreateObject("word.application").

View Replies View Related

Read Word Document Using Asp

I am having a issue to read the word document and to print the content of the same document can any one please help me out in this case.

View Replies View Related

Existing WORD Document

I have a website which displays information from a database. I would like to add an option that when the user is pressing a button or link, a specific form as a WORD document will open on his desktop filled in specific places with data from the database. The original empty WORD doc is stored on the server.

View Replies View Related

Generate Word Document

Develop a web application to help manage sale operations. There is a function that to generate a report using data in database, which is a Word document on server and let user to download and print it out.

Found that it's risky to do Word automation on server side using ASP. The layout of report is a bit complicated. I've a idea of ASP call VB to automate a Word document, but don't know whether it's work or not. Or is there any other better alternative to solve this problem?

View Replies View Related

Word Document With Footer

Is it possible to create a simple word document using ASP and also set its footer to the record id and save the created document on the server. We have an ASP application and we can create PDF documents using one of the components available but we want to do the same in Word Document. I wonder if someone can suggest some code or a component to allow us to do this.

View Replies View Related

Open Word Document

Is it possible to create a code that will open a word document and print it? I need to to this for various documents within the same form. That is I need to print from 1 to 5 documents each time the code is executed.

View Replies View Related

Can't Merge Word Document

I want to merge a word document in the server to display in the client side. The merge code is in a dll. In the asp server script, I invoke the dll to merge.

It raise an error when I use the default IIS user. When I change the IIS user to administrator,It work well. how I should do to resolve this problem?

View Replies View Related

Save To MS Word

I need to save a lot of pages to a .doc MS Word file with one button click on my asp app.... can this be done ?.....I am thinking this .doc file will be saved on the server, so I can then download it to the users PC.

I can have the MS Word templates to fill out on the server , so do i create an asp page to fill out these templates and then save the file..then somehow download it automatically, hence it will end up on the users PC in a shared Dir...is this all possible?

View Replies View Related

Opening Word Document From An ASP Page

I have a server with a Word document and an Access database on it. I
also have an ASP page running on the server. The Word document
contains a mail merge with the Access database. What I want to do is
open the merged Word document from the ASP page when a button is
clicked.

I have tried several things including some scripting that I
found on the internet. This scripting works, however it opens the
merged document on the server instead of on the user's local machine.
I want the Word document to open on the local machine instead.

View Replies View Related

Creating Word/excel Document

We have an application where the user fills out many screens and when
they are done, we are supposed to display the text they entered in a
word or excel format. That is fairly easily accomplished by changing
the content type in the response object.

On one of the screens where they enter data, they also have the
ability to upload a word document containing additional information.
This is also not a problem, and is working fine.

Now they have decided that when we create the document with all of the
text fields in it, they want to embed the word document that they
uploaded. Is this possible? I have been trying to find a way to do
this and so far haven't come up with anything.

View Replies View Related

Writing Word Document Into A Textarea

I have a web page that lets the user to upload a word document. Currenlty this document is stored in the SQL Server database. The Field where this doc is stored is of Image Type.I am using aspSmartUpload object To do so. all is working fine till now.

Now I want to Write this document Into a textarea. I tried Using BinaryWrite, but to no avail.

View Replies View Related

Need To Access A WORD Document Via ASP Page

Does anyone know how to access a WORD document using ASP?
I have a few users that fill in fields in a WORD document
and I need to be able to open that document and read
these fields once the document is uploaded to my web
server.

View Replies View Related

Reading A Microsoft Word Document

Is it possible to use ASP to:

1. search a directory for Word documents
2. scan the Word documents that were found for a desired keyword
3. return the path of the word documents containing the keyword

It will only be searching for files on the local network.

Or does anyone know of a way to do this other than ASP?

View Replies View Related

Exporting Data To A Word Document Or PDF

We have a variety of work related forms (overtime sheets etc) that people currently download via our intranet.

What I'd like to do is have a page with a drop down box getting staff names and then tick box's as to which documents you want and it will put the employees name and number on the form and print etc ....

The bit I'm a bit a bit lost on is how would I export my employee name and number from a form to a an area on a word document.

I've exported data to an excell spreadsheet before but never a word document.

View Replies View Related

Create Thumbnail Of MS Word Document

Just wondered if it was possible to create a thumbnail / GIF image of a microsoft word document on the fly with ASP?

They seem to be able to do it on Microsoft.com (see http://office.microsoft.com/template...3601033&CTT=98, for example) - Is there a function which does this?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved