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"?
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