Grails File Upload Problems

后端 未结 4 2147
花落未央
花落未央 2021-02-06 06:40

I\'m trying to emulate the file upload code from the grails website, and I\'m running into some problems. I\'m using the same code as found here. Here is my code:



        
4条回答
  •  执笔经年
    2021-02-06 06:56

    make sure you update the html (your gsp with the form to upload from) to have the enctype as they show:

    
    

    Hope that is helpful, seems too obvious but it's my first thought after seeing your error message.

提交回复
热议问题