Skip to content

no warnings for filenames that are too long #26

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

Open
JamesGKent opened this issue Jan 16, 2017 · 0 comments
Open

no warnings for filenames that are too long #26

JamesGKent opened this issue Jan 16, 2017 · 0 comments

Comments

@JamesGKent
Copy link

i recently came up against an issue with the SPIFFS file system, mainly due to a lack of documentation, see PR: 2860 in which i had uploaded a file with a name longer than the filesystem allows, so SPIFFS.exists(filename) returned false even though the file was there.

i'm thinking would it be possible to update the upload tool so that a warning or error is raised when this occurs? i know this may not be trivial given that the limit can be changed in the header, but in this case a warning should be sufficient? at least then at upload time the user is given some kind of warning why it (may) not work?

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