upgrade core add header check and incrace upload speed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user