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

HTTP-Server(Web on SD Card) Problem for folder access

How to access folder on SD card when designing with HTML code?

From the HTTP_DEMO:

<a href="www.keil.com"><img border="0" src="keil.gif" align="left" width="151" height="47"></a>

If the "keil.gif" is located inside SD card folder named "IMAGE", how to access the file like"IMAGE/keil.gif"?

Parents
  • sorry to tell that "M:\\folder\\images.jpg" is not working.

    I have even tried "/folder/images.jpg" as for the HTML code.

    I think the only way the "Web on SD" is working fully on it's own root directory/folder only.

    Which means, all images and documents, all located inside the root directory of SD card.

    Is this true?

Reply
  • sorry to tell that "M:\\folder\\images.jpg" is not working.

    I have even tried "/folder/images.jpg" as for the HTML code.

    I think the only way the "Web on SD" is working fully on it's own root directory/folder only.

    Which means, all images and documents, all located inside the root directory of SD card.

    Is this true?

Children