Hey,
When i do print_r( $this->request->getPut() ); i get this:
Array ( [------WebKitFormBoundaryYFpH1SM2LulfABbb Content-Disposition:_form-data;_name] => "password"
test1234 ------WebKitFormBoundaryYFpH1SM2LulfABbb--
)
Do someone know why? I cant just $this->request-getPut('password');