Support Forums

Full Version: [HELP] Open and save txt file to the internet.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys,
I need some help.
How would I make this to be able to open a txt file from a webserver and then allow me to edit the file and save it on the webserver?

Here is a screenshot of my form:
[Image: 34716481.png]

Here is my current code: (Click to View)
There are different ways that you can accomplish this. None though without some back end help. I would suggest posting data to a php page if you have php installed on your server, and having the php script save the data for you. If you want to go that route let me know and I can help you out with the PHP.

Here is a link using Webclient and ASP.
http://msdn.microsoft.com/en-us/library/36s52zhs.aspx

You could also FTP through Vb.Net but that'd be a bit more complicated.
I dont understand exactly what you mean, PM me and i might be able to help.
I figured it out my self ;)
Thanks anyways.
(05-27-2011, 03:07 PM)Rand0m™ Wrote: [ -> ]I figured it out my self ;)
Thanks anyways.

You should post your solution so anybody searching the forums later may benefit from it.
This video helped me:
[youtube]http://www.youtube.com/watch?v=WqqgwXBZ1-4[/youtube]