We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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"?
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?
How about this?
<a href="http://www.keil.com"> <img border="0" src="\IMAGE\keil.gif" align="left" width="151" height="47"> </a>
have tried b4 but still yet to refer to the folder.
How to refer to SD card folder? or even the flash device?
How about change the default drive in file_config.c to M: drive and use src="\folder\keil.gif" it should refer to M: drive instead of local drive
If it doesn't work ask for keil technical support directly might be effective.
cheer