- Notifications
You must be signed in to change notification settings - Fork299
Allow specifying the destination path#44
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
When uploading files, it can be convenient to have a directorystructure and to be able to specify where a file should go.Signed-off-by: Igor Stoppa <igor.stoppa@gmail.com>
cwalther commentedMay 29, 2019
I once implemented the same thing, but then didn’t submit it because I discovered that it’s not needed: The HTML client transfers files with a relative path, which means they go to the current directory on the board and you can use (Although I’m not sure whether to consider that a bug or a feature – it might clash with a running program having its own requirements on the CWD, and you can’t change it while a program is running.) |
laky55555 commentedAug 26, 2020
Thank you Igor for this tweak. It is very useful for me when uploading straight to SD card which is mounted to esp. |
When uploading files, it can be convenient to have a directory
structure and to be able to specify where a file should go.
Signed-off-by: Igor Stoppaigor.stoppa@gmail.com