Trace Upload failure.

This commit is contained in:
stephb9959
2022-05-04 11:52:23 -07:00
parent 58ee7344bf
commit c11c0281ce

View File

@@ -29,10 +29,10 @@ namespace OpenWifi {
return NotFound();
}
std::cout << "Get Filesize: " << DownloadFile.getSize() << std::endl;
std::cout << "Get Filesize: " << FileContent.size() << std::endl;
SendFileContent(FileContent,"pcap",UUID+".pcap");
// DownloadFile.remove();
// DownloadFile.remove();
}
void RESTAPI_file::DoDelete() {