PDA

View Full Version : Help Needed With Updates



Sandman
13 Jun 2011, 03:04 PM
I am working on my programs website and trying to upgrade it. I have a problem with trying to update daily data that comes in every day. We have a computer that uploads .txt files to our server every night but I am trying to design a page that will help it update on its own so I don't have to go in everyday and update it by hand. The .txt files are sent to a directory but I was wondering if there was a way to get into a nice looking webpage instead of just a list of files. Any help would be greatly appreciated.

Xandor
15 Jun 2011, 09:53 AM
You would have to actually open and process these files using server-side scripting. This may require you to format the .txt files differently to add in delimiters in order for the processing to work smoothly.