I am writing a program that takes information from a data set, writes it to a temporary .txt file, and then uploads the file contents to a webpage. The file needs to be updated on the webpage AUTOMATICALLY, once a week. I have been able to grab the information
from the data set and write it into a temp.txt file. How do I upload the file contents to the webpage and then have the information update itself weekly?
↧