Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to delete file via /edit #24

Open
danielkucera opened this issue Mar 23, 2023 · 1 comment
Open

Unable to delete file via /edit #24

danielkucera opened this issue Mar 23, 2023 · 1 comment

Comments

@danielkucera
Copy link
Contributor

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

@danielkucera
Copy link
Contributor Author

It is because of this:
me-no-dev/ESPAsyncWebServer#1210

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant