Document

文章分类 -  图片上传

摘要:前端使用FormData进行实现批量上传 <!doctype html> <html> <head> <meta charset="utf-8"> <title>上传</title> </head> <form method="post" id="uploadForm" enctype="multi 阅读全文
posted @ 2022-01-04 17:53 从未被超越 阅读(1007) 评论(0) 推荐(0)
摘要:方式一:通过Form表单上传 后端: /// <summary> /// 上传图片,通过Form表单提交 /// </summary> /// <returns></returns> [Route("Upload/FormImg")] [HttpPost] public ActionResult U 阅读全文
posted @ 2021-09-22 16:03 从未被超越 阅读(750) 评论(0) 推荐(0)