layui文件上传结合表单使用

该博客介绍了如何在前端使用layui进行文件上传,并与表单数据结合,通过关闭自动上传并在上传前处理表单数据。在后端,详细讲解了Controller中如何接收表单数据和MultipartFile文件,以及FileUploadUtil类的封装和返回类的使用。
摘要由CSDN通过智能技术生成

前端

HTML

<!DOCTYPE html>
<html lang="en"  xmlns="http://www.w3.org/1999/xhtml"
      xmlns:th="http://www.thymeleaf.org"
      xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
<head>
    <meta charset="UTF-8">
    <title>uploadGoods</title>
    <link rel="stylesheet"   th:href="@{/layui/css/layui.css}">
    <link rel="stylesheet"   th:href="@{/css/uploadGoods.css}">
    <script  th:src="@{/js/jquery-3.5.1.js}"></script>
</head>
<body class="layui-layout-body">
<div class="layui-layout layui-layout-admin">
    <div th:replace="common/com :: header"></div>
    <div th:replace="common/com :: side"></div>



    <div class="layui-body">
        <!-- 内容主体区域 -->
        <div style="padding: 15px;">
            <div class="layui-col-md10 layui-col-md-offset1">
                <form  class="layui-form" th:action="@{/user/upload.do}" method="post">
                <!--图片上传-->
                <div class="layui-col-md3 bor">
                    <div 
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值