I am trying to create a file upload to enable users to save .txt files to my website, however the file contents need to either be updated every Nth second OR streamed from the user's desktop for live changes.
I would prefer this to run using PHP as i am more familiar with it than say JavaScript, however i am open to all suggestions.