Issue with multipart/form-data

前端 未结 2 2000
难免孤独
难免孤独 2021-01-07 04:24

I am not able to get values from both files and text input in a servlet when my form includes multipart/form-data. I am using the apache.commons.fileuploads for help with th

2条回答
  •  渐次进展
    2021-01-07 04:41

    I have had similar problems in the past. The only way i could find round the problem was to put the fileupload into its own form.

提交回复
热议问题