Jump to content

Programer OZ

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by Programer OZ

  1. Well I guess I will use FTP then. Thanks guys
  2. No I want to save to a folder, if I don't have a drive letter it wont work right. I just need a full path. other wise I'll have to resort to FTP uploads and downloads to save and read data. FTP Would just be pain in the butt.
  3. I think I can't use that. I need the whole deal, including the drive letter. This is because if I use /home/oz/public_html/Programming/IFrameContents/codeSnippets/ from oz.heliohost.org/programming/Home... if will save to oz.heliohost.org/programming/Home/home/oz/public_html/Programming/IFrameContents/codeSnippets/ So I need the whole path so i can save to the same place always.
  4. My url is http://oz.heliohost.org/. If I want to make a file in http://oz.heliohost.org/Programming/IFrame...s/codeSnippets/ what path would i use? I need a drive and folder path, something like C:/heliohost/users/oz/Programming/IFrameContents/codeSnippets/. Do you know what the path would be?
  5. well thats good, once my website is up I'll test if i can write. Thanks!
  6. windows 7 ftw! I think i got a picture that explains what i think very well...
  7. I LOVE THIS HOST! You know you guys are awesome for a 3 people team! I understand how annoying it can be to have people yell at you (i once hosted a online game server) and it is not fun at all! You guys are the best! Anyone who complains about the down times go ahead and try to find a better host! you wont! Question: Why is this called Heliohost? what is helio?
  8. I have a page where users can submit text. How do I make the C# code save to the website (a .txt file) to a certain folder. When I ran my website from home it was like this... writer= new StreamWriter(@"\iFrameContents\codeSnippets\snippetsList.list"); writer.WriteLine(temp + authorName.Text + "-" + codeName.Text + " " + id.ToString()); writer.Close(); *thats just a small part of it.. the part that writes the new submission name to the list of submitted texts, thus the ".list" extension on the file, but it is still in plain text. **the other part makes a file with that name and writes the text inside it. that is the one with the ".txt" extension Since I do not have rights to the file system (i think) I can't do it like that here. Thanks!
×
×
  • Create New...