tomahawk inputfileupload uploaded file is null

后端 未结 3 1995
时光取名叫无心
时光取名叫无心 2021-01-07 10:37

I am using Tomahawk\'s fileupload component for uploading files. I\'ve set enctype of form as

enctype=\"multipart/for         


        
3条回答
  •  执念已碎
    2021-01-07 11:15

    Ensure that you are not using nested forms. Because upload component dont run in nested forms. It will throw null pointer exception.

提交回复
热议问题