Fixed the uploading URL lost.

pull/123/head
Hieromon Ikasamo 6 years ago
parent 1a482a6eb1
commit 9a9668fd86
  1. 3
      src/AutoConnect.cpp

@ -817,7 +817,8 @@ bool AutoConnect::_classifyHandle(HTTPMethod method, String uri) {
}
// Dispose decrepit page
_prevUri = _uri; // Save current uri for the upload request
if (_uri.length())
_prevUri = _uri; // Save current uri for the upload request
_purgePages();
// Create the page dynamically

Loading…
Cancel
Save