upgrade core add header check and incrace upload speed

This commit is contained in:
UnknownObject
2026-08-05 17:35:27 +08:00
parent 45af94e535
commit 1f11a9d348
76 changed files with 2059 additions and 642 deletions
+10
View File
@@ -90,3 +90,13 @@ size_t WebFileInfo::GetFileSize() const
{
return FileSize;
}
void WebFileInfo::SetStorageFileName(const std::string& sfn)
{
StorageFileName = sfn;
}
void WebFileInfo::SetOriginalFileName(const std::string& ofn)
{
OriginalFileName = ofn;
}