保存进度!

This commit is contained in:
Kane Wang 2022-09-30 17:34:49 +08:00
parent a26d1b5203
commit 7ac97a6413
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2022-09-28 15:47:02
* @LastEditors: Kane
* @LastEditTime: 2022-09-30 10:45:27
* @LastEditTime: 2022-09-30 14:52:00
* @FilePath: \car_dealer\src\main\java\com\cpic\xim\car_dealer\controllers\fileupload\FileUploadController.java
* @Description:
*
@ -47,7 +47,7 @@ public class FileUploadController
@ResponseBody
@CrossOrigin
public FileUploadResult uploadFile( HttpServletRequest request, HttpServletResponse response,
MultipartFile uploadFile, String test ) throws IllegalSelectorException, IOException
MultipartFile uploadFile ) throws IllegalSelectorException, IOException
{
// response.setContentType( "text/json;charset=UTF-8" );
// response.setHeader( "Access-Control-Allow-Origin", "*" );