Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mkurz
Copy link
Member

@mkurz mkurz commented May 18, 2016

We still use static actions in upload docs:
https://www.playframework.com/documentation/2.5.x/JavaFileUpload

//#syncUpload
public static play.mvc.Result upload() {
public Result upload() {
play.mvc.Http.MultipartFormData<File> body = request().body().asMultipartFormData();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why we are using the fully-qualified class names here either...

Copy link
Member Author

@mkurz mkurz May 18, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know. I am going to remove all fully-qualified class names.

@gmethvin gmethvin merged commit 7887ce3 into playframework:master May 19, 2016
@mkurz mkurz deleted the uploadDocFix branch May 20, 2016 08:03
@mkurz mkurz added this to the 2.5.4 milestone Jun 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants