Read .doc Files

does anyone know of a ASP script that opens .doc files , read its contents and displays them on browser. please i need this script urgently, i know its read binary and not text but i want someone to help me with the script.

View Replies


ADVERTISEMENT

ASP To Read The IIS Log Files

I am wanting to use ASP to read the IIS log files on our web server. Can anyone help?

View Replies View Related

Read ASP Files

I need some help because I don't know much about ASP files and I have some on my computer but am unable to read them. What program do I need to install to do that?

View Replies View Related

Read A .wav Files

I am having a few .wav files and want to read some contenet out the .wav files do i need any componenet to read this file , or it can be done via asp using file system objects or any other possibilites.

if you open any .wav files in any text editor you can see it shows some information garbled and then some text which is useful for tracking the wave files if stored in database i want to do that same.

this is what i see in the last row of my wav file from which i hv

06908 08282006 121408 23 8038 21 0314476 000000000 20 03 0

View Replies View Related

ASP Read/Write .TXT Files

How can I use ASP to both read and write to a TXT file?

View Replies View Related

Read Text Files

I want to read textfiles with ASP. But I want to do this in a special way.

I want to set a variable, for each line.

So for example:
Dim line1, line2, line3, line4, line5
line1 = Line 1 of the text file
line2 = Line 2 of the text file
line3 = Line 3 of the text file
line4 = Line 4 of the text file
line5 = Line 5 of the text file

How do I have to do this? .....

View Replies View Related

Write/read Txt Files

I need to do something very basic in asp. What I want to do is have one page that has a text box, and a button... the user can type whatever in the text box, and click submit, and it will create a txt file. Every time the button is pushed it overwites the file...

Then on a seperate page, whenever the page is loaded, it reads from the file and posts it on the page..I think this is very basic, but I'm very new.... I need to write it in standard ASP. One other thing that would be helpful is to have a limit on the amount that the text box will hold.

View Replies View Related

Read / Write Ini Files

im making a proj. that would read ini or txt files.. and would display the content of that file in a combo box..

ex.
aaa
bbb
ccc

im currently using this "<!--#include virtual="//path/filename.ini"-->" but the problem is, it would display all the text on that file..

is it possible to retrieve the content and display it in a combo box per line?

ex.
line 1 : aaa = list.index(0)
line 2 : bbb = list.index(1)
line 3 : ccc = list.index(2)

View Replies View Related

Read Excel Files

i was wondering if it is possible to read an excel file from the client side and for example, print the cells info in a <table> using ASP of course

I have one that makes this but, i have to indicate the fisical location of the file (C:inetpubwwwrootexcelfileexmpl.xls), wich means, my machine.

View Replies View Related

Unable To Read Files In Directory

IIS cannot read files in a directory reporting that :

Microsoft VBScript runtime (0x800A01B6)
Object doesn't support this property or method: 'Fso.GetFolder'

This has to do with Scripting.FileSystemObject.
I make sure the scrrun.dll is properly registered with regsvr32.
Still the problem persists.

Previously I do not know what I did right once in permission setting and
managed to display the said files but it went away after tweaking the
permission for make other functions available.

I scoured the web and this problem is a perrenial one. Many many suggestions
have been made even in expertsexchange site but no real solution. I don't
understand why it is so difficult to have this file system service up and
running.

View Replies View Related

FileSystemObject To Read Text Files

Can I use FileSystemObjects to Read Text Files on my server rather than just on my local drive?

View Replies View Related

FSO Delete Files As Read From Recordset

I have client who has database full of crap. One field in the "property" table is imageurl. I have been able to successfully extract only the file name from the string, such as "2030323.jpg". All images are stored in a directory called "listings". What I am trying to do is to loop through the recordset, and read each imageurl.

If there is an image file in the "listings" directory, then delete the file. It appears that some fields contain imageurls that no longer exist in the listing directory. Here is the code I have so far, I almost had it, as it told me at one point the file didn't exist. Then I screwed up the code and this is where I am at: Code:

View Replies View Related

Read/write DBase IV Files

I've got to learn how to read/write dBase IV files fast. Please provide a good quick start / tutorial and / or some good links here.

View Replies View Related

How Can Use ASP To Read In The Ms-word Document Files The Content?

How can use ASP to read in the ms-word document files the content, then copy
the content to access?

I attempt ("word.application") have opened with CreateObject to word
document only. Can I use "Find" function to search ms-word content in ASP?

View Replies View Related

Learning How To "read" IISState Log Files

I'm trying to debug an application that causes ASP to stop responding
while the other IIS services continue to run and the server continues
to serve static HTML pages. I've captured a set of log files using
the IISState utility but I'm not sure what I should be looking for.
Would you be able to point me to some resources to help me to learn
how to interpret these files?

View Replies View Related

Displaying Image From Database Saves Files To Temporary Internet Files

I have a website that we display images we have saved into a SQL Server 2000 database as binary BLOB. This is on a Windows 2003 Server. Just recently (a week ago) this website began to save the images it is displaying on the website as ASP pages in the Temporary Internet Files > IE.Content > Folder.

We have other websites where we use the exact same code and these do not save files on the server when they are displayed.

Here is the code to display the image:
Set rs = objConn.Execute( SQL )
Response.ContentType = "application/octet-stream"
Response.BinaryWrite rs("Product_Image")

SQL is the SQL String to get the image from database

When I add this code:

Response.ContentType = "image/jpeg"

The images still display on the website, but now are saved in the Temporary Internet Files folder as JPG's.

View Replies View Related

Can Php Files Execute Inside Asp Files?

Can a php file be executed inside an asp file? I need to execute a php file in another asp file but i'm not so sure it's possible.
My server can run both asp and php and they run without any problems... I just need to find a way to include the execution results of the php file in the asp one.
Is it possible to use SSI and include the executed php file and then the executed asp file in a main ssi file?

View Replies View Related

Convert ASP Files To Executable Files

I have installed PWS in windows 98 in each of the system at various places and put my Sales program files in the WWWROOT directory in all the branches. I'm afraid that the users may tamper my ASP files. Is there any way of converting .ASP files to .exe files so that the dont see my program.

View Replies View Related

Read Only DB

I,ve uploaded an MS Access DB to a web host and find that although I have set the DB permissions to Read and Write the actual tranfer changes these permissions and when I try to write to the DB there is an error to the effect that the DB is read only.

I have downloaded the DB I uploaded with full read/write permissions and find that the DB is read only.

View Replies View Related

Read From .tsv

Is it possible to use asp to read from a .tsv file?? If so how do you create the connection??

View Replies View Related

Read PDF

Is it possible to read PDF File using ASP.

View Replies View Related

Read More

when I retrieve data from the my database if I got the name and description. I want only display the first 20/30 letters of the description but I don't know how to do.

View Replies View Related

Read XML From Url

I have an ASP web site that I can read an XML file and process it fine. However, now I am asked to read XML data via (I think) a web service url. I looked at the ADO Stream and it looks like it may be a way to do this, but I'm not sure. I need to read 2 different streams, one with data and one with returned images.

I need to process the data like a recordset and load it (and other) information into a web page and return to the browser. Can anyone point me in a direction to read more about how to do this and/or some samples?

View Replies View Related

Read A SQL Db

I need to use ASP to read a SQL db for dates. If the date falls within "this (current) month", I need to auto-populate a word document with the corresponding information from the tables... Is this possible.

View Replies View Related

How To Use ASP But Produce HTM Files, Not ASP Files?

I was wondering how some sites let you search by using a form, then present the results as static .htm files.

The reason I ask is that I tend to use ASP to process form information, then give the user a list of results presented on an .asp page. The list is simply drawn from a database in real-time and formatted into a template page.

The problem with this is that search engines can't see any of the information in the database, since they can't do the form submission. Is there a way around this?

View Replies View Related

Read Current Url

Is there a way that I can read the current url.

I have an asp page currently such as default.asp?x=1&y=2&z=3

Now I want to keep the existing parameters and attach another parameter
to it and resend to default.asp

As the original parameters are dynamic, and may or may not be
generated, the only way is to read the current url and to simply add my
new parameter such as h=5 to the url.

I don't know how to read the current url.

I tried Request.ServerVariables("SCRIPT_NAME") but that didn't include
the parameters. i.e. it just returned the default.asp

View Replies View Related

Read Email With ASP?

Is there a way to read email messages with ASP without installing components?
And will it work with any email server, or just windows IIS?

Something that will work almost like Webmail. But I just need to read the From, Subject and Body of the email.

View Replies View Related

How To Read Data From Mdb

I got a database with user and email in it. Now I want when a user logs into my page that it automaticly fills in the email into a email form. How can I do that in Asp.

View Replies View Related

Read Images

anyone here got an idea on what codes am i going to use? I got a folder full of images (jpg) and I want my asp page to display those images.

View Replies View Related

Read-only Error

why do I get this error?? Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.

/asp/formHandler2.asp, line 68

here's my code:

View Replies View Related

MS Access DB Read-only

how to modify this script to make the connection to the MS Access database read only, so that writing to the database directory is no more necessary (currently, I have to give IUSR write permissions so that the .LDB file can be created... but I don't need that because I want the database to be read only, and I don't want to grant write permission to IUSR).Code:
----
cst = "Provider=Microsoft.Jet.OLEDB.4.0;" &_
"Data Source=" & Server.MapPath("/database/riviste.mdb")
set conn = CreateObject("ADODB.Connection")
conn.Mode = 1
conn.open cst
strSQL="SELECT * FROM riviste ORDER BY Titolo"
set rs=conn.execute(strSQL)
----

View Replies View Related

Read Xml Node Value

i am trying to read a nodes ( i dont know if i am right by
calling it node. see sample) value with asp.
xml page is very simple :

<?xml version="1.0" ?<response success="true" </response>

my code is this

Set xmlhttp = CreateObject("Microsoft.XMLHTTP")
xmlhttp.Open "GET",
"http://xml.my.net/tokencheck.asp?t="&token&"&u="&userid&"", False
xmlhttp.send()
Set xmlhttp=Nothing

how can i add xmldom and parse the result page so i can assign response's
value to a variable?

View Replies View Related

Unable To Read

I am using file system object to read an xls file in the webserver ,
the file is located in the webserver I: ( which is map drive of the webserver ) , when i have tested the script in my local pc , where i kept the file in D: ( local drive in my pc ) it wokred fine , but when i tried in webserver it says path not found ( the web server is Windwos NT based )

this is the path which i am using in a script
"I:" & "" & 123456 & "my folder"

what i found that if i use only I:123456 it is able to reach to that folder , but after that its unable but if i rename "my folder" to "myfolder" it reaches that means not able to read the spaces in folder name

View Replies View Related







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