writing to text files on the internet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • smeltz101
    New Member
    • Jan 2008
    • 2

    writing to text files on the internet

    I'm familiar with linecache.getli ne(filename, lineno). But what I was wondering was if it was possible to use a web address in place of the filename. So rather than C:/Webcontent/mytextfile.txt I want to be able to substitute http://www.mysite/webcontent/mytextfile.txt The goal I hope to accomplish is to let people fill out my questionair and let python organize it in my text file. I have gotton it to work alright on my computer, but can't seem to figure out how to do it to a file located on the internet.
Working...