3 Commits

Author SHA1 Message Date
Gregor Hartmann
c67ed16e10 Support long filenames in upload (#115)
appending '.dnl' to the filename shortens the available filename length by 4 chars. Now a long filename ist cut off first and then the dnl is appended resulting in a unique but short enough temp filename.
2017-10-02 08:50:47 -05:00
Gregor
3833ec8a7b httpserver-header.lc requires the file extension not the MIME type 2017-05-29 19:13:30 +02:00
ATAMAH
bc3ffffa0c Upload form for nodemcu-httpserver
Now you can update your files in /http directory of your tiny webserver
over Wi-Fi!

Drag&drop or browse one or multiple files.
List uploaded files.
Delete files.
Automatically rename files to http/(filename)
Automatically compile .lua files.
Shows total/used memory.
You must compile upload.lua file!

Have some bugs but works pretty well even for uploading lot of files.
2017-01-23 12:36:46 +03:00