CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    Jul 2007
    Posts
    1

    to access a text file on HTTP server from browser using a script

    Hi,
    i'm coding a HTTP server in C which is an embedded web server to be run on the OMAP board. on a default page when this server is accessed i'm giving an option of information about the processes running on the OMAP board which has other DSP applications running on it other than the web server. This information, i'm storing in a text file on the server side. How to write a script to send this text file from the server so, that on the browser the file contents are displayed.
    Last edited by pnayaka; July 9th, 2007 at 01:09 AM. Reason: correction

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured