Reading text files from web server

guximrama

New member
Jan 28, 2012
2
0
0
I need to be able to read text files from an external remote source, or a web server. Can anyone tell me how that works?
 
we need more information. What kind of web server ? Does it need authentication ? More details please.
 
If I have 5,000 text files (averaging about 100 lines of text -> so not very big), and I want to have an interface where I have a search functionality by name of the file, and when I find the one I want it loads the content into a textbox. I could save it in IsolatedStorage too.
 
Do you already have middleware (files) on the server with functions you can call? It almost seems like you would have to have something on the server side to query the files there, or we thinking more along the lines of ftp?
 
Last edited:
Guzimrama,
You will most likely need a server-side application (e.g. web service). REST services would give you the type of functionality you're looking for. From your WP app you would simply use a WebClient to call the services and pull the data down.
 

Members online

No members online now.

Forum statistics

Threads
339,329
Messages
2,262,348
Members
428,751
Latest member
JohnRichie