The method handling file upload, get null pointer for the File param

Bug #621013 reported by xietian
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
play framework
Fix Committed
Undecided
Unassigned

Bug Description

   I am using scala, the play framework version is: play! 1.1-unstable-r1011
   In the file upload method the File is alway Null.
   Following is the code I using to handle the uploaded file.

            def uploadSlides(slides: File,title: String){
               println("Meeting ID:"+mid+",title:"+title+",File:"+slides);
            }

Changed in play:
status: New → Fix Committed
milestone: none → 1.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.