未验证 提交 414948a6 编写于 作者: Q qicosmos 提交者: GitHub

Update connection.hpp

fix multipart  file rename
上级 7d16f6b1
......@@ -827,6 +827,7 @@ namespace cinatra {
+ std::string(ext.data(), ext.length())+"_ing";
if (multipart_begin_) {
multipart_begin_(req_, name);
name = static_dir_ + "/" + name;
}
req_.open_upload_file(name);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册