CLOUD: Add "/filesAJAX" sketch
It works already, but still requires some polishing.
This commit is contained in:
parent
5163fb4e02
commit
09ae2f7593
8 changed files with 302 additions and 0 deletions
|
@ -54,6 +54,7 @@ LocalWebserver::LocalWebserver(): _set(nullptr), _serverSocket(nullptr), _timerS
|
|||
addPathHandler("/download", _downloadFileHandler.getHandler());
|
||||
addPathHandler("/upload", _uploadFileHandler.getHandler());
|
||||
addPathHandler("/list", _listAjaxHandler.getHandler());
|
||||
addPathHandler("/filesAJAX", _filesAjaxPageHandler.getHandler());
|
||||
_defaultHandler = _resourceHandler.getHandler();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue