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
  • Thanks.
    sorry,you are right.I can't explain well.

    "
    into their browser, wouldn't that generate an HTTP GET with a request for "/storage/myFile.zip", which you said you were decoding, right?

    "

    Surely.

    "Can't you use the C string library functions, or navigate the request string?"

    I can work with strings and strings library and have some experience in it. I can't navigate the request to my file.

    Its that I need to know(step by step):

    *1- How can I access to requested string?
    2- I will process the string and there is no problem in this step.
    *3- How Can I navigate analyzed string to my file?

    "Are the files large? Can they be sent out in a single chunk?"

    Yes.About 10 MB and always in changing and not fitted to single chunk.

    sorry again for bad explanation.

Reply
  • Thanks.
    sorry,you are right.I can't explain well.

    "
    into their browser, wouldn't that generate an HTTP GET with a request for "/storage/myFile.zip", which you said you were decoding, right?

    "

    Surely.

    "Can't you use the C string library functions, or navigate the request string?"

    I can work with strings and strings library and have some experience in it. I can't navigate the request to my file.

    Its that I need to know(step by step):

    *1- How can I access to requested string?
    2- I will process the string and there is no problem in this step.
    *3- How Can I navigate analyzed string to my file?

    "Are the files large? Can they be sent out in a single chunk?"

    Yes.About 10 MB and always in changing and not fitted to single chunk.

    sorry again for bad explanation.

Children