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.
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!
Does this help: http://www.keil.com/forum/10244/ - specifically Franc Urbanc's Post of 26-Jul-2007 06:38 GMT