This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Make download link on HTTP server compact

I use HTTP-Server compact and I want to make a link to file on uSD memory for user download.
Is this possible?[How?]

Thanks.

Parents
  • You mean, how do you access the Request string; ie, what the client sent to your server?

    eg, the HTTP GET with a request for "/storage/myFile.zip"

    That should be covered in the server documentation - if not, contact Keil support.

    "3- How Can I navigate analyzed string to my file?"

    The same way you'd navigate to the file if the request came from any other source!

Reply
  • You mean, how do you access the Request string; ie, what the client sent to your server?

    eg, the HTTP GET with a request for "/storage/myFile.zip"

    That should be covered in the server documentation - if not, contact Keil support.

    "3- How Can I navigate analyzed string to my file?"

    The same way you'd navigate to the file if the request came from any other source!

Children