Ask a Question related to ASP, Design and Development.
-
StumpY #1
data from form to .csv file to webpage help req.
HI,
I have set up a page with a form which appends data to a .csv file on my asp
server, this is to enable a limited number of users to add news threads to
this file, which contains the data in the following format
(date,headline,article);
"181003","news title","news article"
"171003","older news title","news article"
The form adds the data in reverse chronological order with newest at the top
of the list.
Now I wish to be able to write the contents of the csv file to a table cell,
formatted the same as the rest of the page (if I use the include tag I get
unformatted text and all the speach marks and no paragraph tag in between
items).
I am new to javascript and asp, although I do have a basic understanding of
how they work.
Could someone kindly explain the best way to achieve this, I'm not looking
for someone to do my hard work for me nessacerely, if it isn't possible to
show me the coding needed, just an explanation will help greatly.
Many thanks in advance
StumpY
StumpY Guest
-
LWP - multipart/form-data file upload from scalar rather than local file
I'm looking to do an HTTP upload, preferably with HTTP::Request::Common, but get the file data from either a filehandle or a scalar rather than... -
file upload form enctype="multipart/form-data
I'm upload a file using cffile upload and that seems to work fine except I need to use enctype="multipart/form-data on the form side. This isn't a... -
Getting client file name from a submitted form usingmultipart/form-data
Ive got a simple form with an type="file" -- all works fine, but what i want to do is get the extension of the file uploaded but not have to upload... -
adding XML meta tags to data from form to make xml file
I have a form that labs use to submit sample data. The data needs to be stored as an XML file. I have that working. But the XML file needs meta... -
Required Form on webpage
OK, I am completely new to ASP, .NET, and JAVA and would like some guiding advice. At my company the employees are required to read a safety sheet... -
Tim Stokes #2
Re: data from form to .csv file to webpage help req.
Can you not store it in a database? That would be my preferred option.
Someone else will have to help if not.......
_________________________
<%= TIM_STOKES %>
"There's no place like 127.0.0.0"
"StumpY" <me@here.com> wrote in message
news:k7-cnSJ5hrf8KAyiU-KYiQ@giganews.com...asp> HI,
> I have set up a page with a form which appends data to a .csv file on mytop> server, this is to enable a limited number of users to add news threads to
> this file, which contains the data in the following format
> (date,headline,article);
> "181003","news title","news article"
> "171003","older news title","news article"
> The form adds the data in reverse chronological order with newest at thecell,> of the list.
> Now I wish to be able to write the contents of the csv file to a tableof> formatted the same as the rest of the page (if I use the include tag I get
> unformatted text and all the speach marks and no paragraph tag in between
> items).
> I am new to javascript and asp, although I do have a basic understanding> how they work.
> Could someone kindly explain the best way to achieve this, I'm not looking
> for someone to do my hard work for me nessacerely, if it isn't possible to
> show me the coding needed, just an explanation will help greatly.
> Many thanks in advance
> StumpY
>
>
Tim Stokes Guest



Reply With Quote

