Fixed the uploading URL lost.

pull/83/head
Hieromon Ikasamo 5 years ago
parent 46c4fbc943
commit cfe77b808f
  1. 3
      src/AutoConnect.cpp

@ -796,7 +796,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