V2AS
问路
意见反馈
截图上传功能 imageAreaselect
阅读原文
时间:2023年07月13日
阅读:1
前台:
图片上传:
\*.BMP \*.PNG \*.JPG \*.JPEG
@\* @using (Html.BeginForm("imgEditHandler", "EditUploadImg", FormMethod.Post, new { Area = "TestFunction" })) {
\*@
@\*}\*@
@\*
\*@
@if (ViewData\["success"\] != null) {
上传成功
} else {
上传失败
}