保存进度!
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
 * @Author: Kane
 | 
			
		||||
 * @Date: 2022-09-28 15:47:02
 | 
			
		||||
 * @LastEditors: Kane
 | 
			
		||||
 * @LastEditTime: 2022-10-11 11:06:56
 | 
			
		||||
 * @LastEditTime: 2022-10-14 10:11:23
 | 
			
		||||
 * @FilePath: \car_dealer\src\main\java\com\cpic\xim\car_dealer\controllers\fileupload\FileUploadController.java
 | 
			
		||||
 * @Description: 用于实现跨域功能的过滤器对象。
 | 
			
		||||
 * Copyright (c) ${2022} by Kane, All Rights Reserved. 
 | 
			
		||||
@@ -27,16 +27,16 @@ import org.springframework.web.multipart.MultipartFile;
 | 
			
		||||
@RequestMapping( path = "/upload")
 | 
			
		||||
public class FileUploadController
 | 
			
		||||
{
 | 
			
		||||
    @PostConstruct
 | 
			
		||||
    public void init()
 | 
			
		||||
    {
 | 
			
		||||
        // WebApplicationContext webApplicationContext =
 | 
			
		||||
        // ContextLoader.getCurrentWebApplicationContext();
 | 
			
		||||
        // ServletContext servletContext = webApplicationContext.getServletContext();
 | 
			
		||||
        // String realPath = servletContext.getRealPath( "" );
 | 
			
		||||
    // @PostConstruct
 | 
			
		||||
    // public void init()
 | 
			
		||||
    // {
 | 
			
		||||
    // // WebApplicationContext webApplicationContext =
 | 
			
		||||
    // // ContextLoader.getCurrentWebApplicationContext();
 | 
			
		||||
    // // ServletContext servletContext = webApplicationContext.getServletContext();
 | 
			
		||||
    // // String realPath = servletContext.getRealPath( "" );
 | 
			
		||||
 | 
			
		||||
        // System.out.println( realPath );
 | 
			
		||||
    }
 | 
			
		||||
    // // System.out.println( realPath );
 | 
			
		||||
    // }
 | 
			
		||||
 | 
			
		||||
    /*****************************************************
 | 
			
		||||
     * 接收上传文件,并保存到临时目录:
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
 * @Author: Kane
 | 
			
		||||
 * @Date: 2022-10-11 22:49:54
 | 
			
		||||
 * @LastEditors: Kane
 | 
			
		||||
 * @LastEditTime: 2022-10-11 23:00:06
 | 
			
		||||
 * @LastEditTime: 2022-10-14 17:24:05
 | 
			
		||||
 * @FilePath: \car_dealer\index.html
 | 
			
		||||
 * @Description: 
 | 
			
		||||
 * 
 | 
			
		||||
@@ -18,5 +18,21 @@
 | 
			
		||||
        <link rel="stylesheet" href="css/root.css" />
 | 
			
		||||
        <link rel="stylesheet" href="css/normalize.css" />
 | 
			
		||||
    </head>
 | 
			
		||||
    <body></body>
 | 
			
		||||
    <body>
 | 
			
		||||
        <div class="outter">
 | 
			
		||||
            <p class="inner">测试</p>
 | 
			
		||||
        </div>
 | 
			
		||||
    </body>
 | 
			
		||||
    <style>
 | 
			
		||||
        .outter {
 | 
			
		||||
            border: 1px solid red;
 | 
			
		||||
            width: 200px;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        .inner {
 | 
			
		||||
            display: inline;
 | 
			
		||||
            width: 150px;
 | 
			
		||||
            border: 1px solid green;
 | 
			
		||||
        }
 | 
			
		||||
    </style>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user