CSV Text File
I've a very small form just a name and a few checkboxes.when user submits the form, we want to store the data in a CSV text file and send an email to one of us here. Has any one had done it before please give me some ideas how to do it.
View Replies
ADVERTISEMENT
i'm converting an image file to hexa..then the hexa is saved to a text file..
can any one help me how to read the content text of a text file?...
im doing it this way because i don't want to save hexa in my database, because it makes the database slower to open up.
View Replies
View Related
Does anyone know of a method of converting text files to sound files (.wav, mp3 etc) which can be accessed from ASP?
I have an ASP-based website that enables users to design choreography for equestrian dressage. The resulting design is held as a series of coded movements in a database and it can then be reproduced as text or as a series of diagrams. I would like to offer the option of an audio version.
View Replies
View Related
Does anyone have knowledge of converting text file to .iff file. I am working on a VB ASP application. I searched for example on internet but I didn't get anything.
If you have any idea of converting text file to .iff file (VB ASP) please share with me.
View Replies
View Related
I want to read an asp file as a text file. The problem is that the file that I want it to read is located on a server. For example: I want to read te content of this file: http://www.bnro.ro/Ro/Info/default.asp . I want to look after some values in that file.
View Replies
View Related
how can i write a line to a text file? also, how can i put every line of a text file into an array - and see whether a value mathes any of the lines in the array?
View Replies
View Related
I have an asp page that is populated by an access db, I want to create a text file on the server based on the asp file. Then provide a link for people to download that text file. How would I do this quickly?
View Replies
View Related
I'm using ASP 3.0. I'm taking form contents and dumping it into a text file
on the server. how to add the TIME to this statement. I create the text file with the name of file, month, day and year.I would like to add TIME to it.
-------------------------------------------------------------
set fso = createobject("scripting.filesystemobject")
Set act = fso.CreateTextFile(server.mappath("/data/"&g_filename & "-"&
month(date())& day(date())& year(date()) &".htm"), true)
-------------------------------------------------------------
View Replies
View Related
is asp code able to do the extraction of text from PDF File without using a third party software?
View Replies
View Related
I have a page which sends a query to an DB2 using an ODBC. The
results are then written to a text file. I am unable to write directly to
the users drive because of permissions.
The problem I have is that when the
query set becomes too big, I get error '8007000e' Not enough storage is
available to complete this operation. The query is returning 100, 000
records or more. So my question is how do I handle this? Somebody had
suggested to me to chunk the data. Code:
View Replies
View Related
I would like to know how I could accomplish this without using DB. There's a long text file named "TEST.TXT" The TEST file contains special character 'º' which will be used as pagebreak. I want an ASP page that will read the TEST.TXT file and split it into multiple web pages with navigation control. (eg. <FIRST<PREVIOUS>
<NEXT<LAST)
If it is possible
View Replies
View Related
My original thought was to save the recordset into a text file. However,
because of permissions I am unable to do this and will not be able to change
the permissions. My next thought was to open it in excel. However, the
table is too large and I get the Cell Table: too many rows or columns error.
I need the user to be able to save the records on her computer.
View Replies
View Related
I'm write an asp to include part of a text file into my asp output html, I use FileSystemObject to get the content of the text file, but the asp just hang when it runs, the source code is listed below if anyone could help: Code:
View Replies
View Related
I am new to working with ASP and I would like to know
the code to create a textfile on the serer and then write
something in it using ASP.
View Replies
View Related
I want to loop through a recordset and save each records contents as text files and then zip all the text files and promt user to download the zip --- can this be done?? Does anyone have any code?
View Replies
View Related
I'm writing data from an access db to a text file then emailing the text file. Everything works fine but it needs to tab deliminated. Can some one post the code for a "tab"?
View Replies
View Related
I was having trouble with the text file regarding the path of the img source depending on the location of the image so I thought I could use the full URL of the image.
Now the site im working has to work on 3 different versions testing / staging and live which gives a server name for the url everytime.
How could i reflect this in my text file to have
servername & ''/img/picone.jpg''
But cant see this working as its a text file..
View Replies
View Related
how to write (String data) to a text file from an ASP page?
View Replies
View Related
I wrote an asp program that displays some information line by line such as
name, address, town, state, zip
and it prints about 200 lines to their browsers when the asp file is called.
It is comma delimted so they can import into their database using access for
example.
1. when they do file-save as to a txt file, it does not import right for
them. It seems the lines blend into each other.
1. the only way they can do it is if they view the source code, then save as
txt file. then when they import into access, it parses right.
odd, what can i do on my asp end to make sure they can just do a file save
as right from browser instead of viewing source.
View Replies
View Related
Can this be done? For example, in the line below. There may not always be a & objRS("ShippingAddress2") and I'm wondering if there is a way to use an if/then in there some how. If there is no data in that field then I need to pass over this part completely & objRS("ShippingAddress2") & "|"
I'l have several instances where I need to do this Code:
fname.WriteLine("hd2|" & objRS("ShippingName") & "|" & objRS("ShippingAddress") & "|" & objRS("ShippingAddress2") & "|")
View Replies
View Related
i found this piece of code from a site and it claims that you could create a text file into directory "c:test.txt" and writes the line Hello world in it. Code:
View Replies
View Related
I have the following file whatnew.txt on my server! It consists of lines each line hase 3 items seperated by commas like this:
item1,item2,item3
item12,item22,item32
...
...
I need the code to add new items to this file using the browser!
View Replies
View Related
I wanted some information on how I can do the following thing.Any kind of links/urls /programs related to this topic would be appreciated:
I want to perform an export of data to a text file,tab delimited. The user will basically select the date range and hit submit.After the submit button is hit,i get the pop up sayind that the data is in Ex.txt file .
I need to then use this text file to transport stuff into quickbooks.
View Replies
View Related
I need to use asp code in a text file (.txt extension). But when i try to call the text file (with asp code inside) in a browser , it simply displays the asp code i have written on the file. I know that i can set options in IIS administrative panel so that my text file is parsed as asp. But assuming i have no access to the web server, how to do this?
View Replies
View Related
i want to know the process of updating a text file through asp how can i update my text file through ASP.
View Replies
View Related
I have a text file that is the result of using XMLHTTP object to pull back a
page of search results from a search engine.
So I have the entire results page in HTML, and want to break out each hit
result from the text file as a unique item and do what I want with each hit
result.
Is there any suggested algorithms or any other techniques I could be
directed to?
View Replies
View Related
We have an interesting situation: A developer wants to allow users to print a text-only version of an ASP page -- but do so without showing the page. In other words, the users are viewing the regular version of the page, but then click the "Print Text-Only Version" (and see the print dialog) but not see the page that will be printed. Is this even possible?
View Replies
View Related
i have a code that creates a text file and puts it into a folder on the server. i would like after the script is finished creating the text file to prompt the user to download the newly created text file, when he clicks yes a window should appear asking where he would like to save it.
View Replies
View Related
I have a text file that is called up in an ASP page. The text file is the content of a table that is built into the ASP page. My question is if the text file does not have anything in it or is equal to a certain value like "No Updates Available" how can I tell the ASP page not to display the table at all?
I figure it will be using some form of FileSystemObject. I just don't know how to do it.
View Replies
View Related
how ASP on the server accept text file like following one and get each data deliminate by "|"
123456789|r232323|c11
123456789|d454545|d22
View Replies
View Related
I want write a text file with FileSystemObject but I want this file be in UTF-8
View Replies
View Related
I have an invisible page counter. I have been successful in getting it to work. However, I'd like to build an administrative password protected web page that shows the count. I'm not sure how to do it. Here's my code for the file and path:
sPath = "D:inetpubwwwrootmywebsite.comdatabasecounter. txt"
Set filesys = CreateObject("Scripting.FileSystemObject")
View Replies
View Related
I have a form that updates a text file. This text file writes variables (i.e. username = tom). This file is used to preview an HTML page and when you go to the form the variables are populated into the form fields again.
For some reason when someone else modifies the text file (using the form) I only see the old contents in the form fields. When I look at the preview HTML file, however, everything is fine.Why doesn't the form re-populate with the new info?
View Replies
View Related