It is not possible to delete file via the /edit interface.
The request contains http post delete path=filename and responds with 200 even if the file is not deleted.
when I modified the post to path=/filename , the file has been deleted successfully.
I am not sure if it is a bug from the way this lib is used or upstream bug in https://github.com/me-no-dev/ESPAsyncWebServer/blob/master/src/SPIFFSEditor.cpp
It is not possible to delete file via the /edit interface.
The request contains http post delete
path=filenameand responds with 200 even if the file is not deleted.when I modified the post to
path=/filename, the file has been deleted successfully.I am not sure if it is a bug from the way this lib is used or upstream bug in https://github.com/me-no-dev/ESPAsyncWebServer/blob/master/src/SPIFFSEditor.cpp