-->
Page 1 of 1

Esp8266 web server subfolders Help

PostPosted: Fri Jun 22, 2018 3:23 am
by xorornot
My hardware esp8266 nodemcu 4mb spiffs, I use the spiffs memory for my web server.
I wrote a web server in AP mode and it works perfectly. Now I wanted to insert a css file in a css directory, but the file is not seen, I tried using both a relative path and an absolute path.

Can someone help me?

1. Can not subdirectory be used?
2. Limitations of the length of the path string?

PS: in the root it works correctly.

Thx