jfinal上传文件

代码

upload(){
    UploadFile uploadFile = getFile();
    File file = uploadFile.getFile();
    String fileName = file.getName();
    {
        System..println(fileName);
    } (Exception e) {
        e.printStackTrace();
    }
}

用postman测试,post请求,content-type

image.png

但是报错:

Caused by: java.io.IOException: Separation boundary was not specified

这是怎么回事啊???

评论区

JFinal

2019-05-31 21:43

客户端的问题,后端是一点问题没有的

热门反馈

扫码入社