Image

Imagedgtlstatic wrote in Imagephp

I work at a radio station, and we run a program called OTS that is our automation system.

It spits out a text file that I would like to automatically upload to my web server, and then spit out the contents of that logfile to a webpage.

Grabbing the data out of the file is no problem...but I'm not exactly sure how to go about automatically uploading it.

I know in ASP there's a script set called SAFileUp, and one of the components has some type of capacity for what I want to do (but my server is Apache and I'm using PHP)

Any ideas?