Jerol
06-11-2010, 09:07 PM
I want to read a txt file uploaded to the same server as the web page and display the entire contents on the web page. The txt file will look like:
Company Code Letter (like D)
Company Name
Company Address Line 1
Company Address Line 2
City, ST Zip
Phone
Member Name 1
Member Name 2
Member Name x
cr&lf
Next Company Code Letter
Next Company Name
etc
etc
There can be as many as 25-200 companies listed in the text file. How many ever there are will be displayed on the Web page in one long list, not a ticker. There can be a variable number of member names associated with each company. This is an alternative to a Database solution so that the user can maintain and upload the txt list himself.
Company Code Letter (like D)
Company Name
Company Address Line 1
Company Address Line 2
City, ST Zip
Phone
Member Name 1
Member Name 2
Member Name x
cr&lf
Next Company Code Letter
Next Company Name
etc
etc
There can be as many as 25-200 companies listed in the text file. How many ever there are will be displayed on the Web page in one long list, not a ticker. There can be a variable number of member names associated with each company. This is an alternative to a Database solution so that the user can maintain and upload the txt list himself.