static private Method

AbstractRequest.parse_multipart_form_parameters(body, boundary, content_length, env)

There's no documentation for this item.

Source Code

# File action_controller/request.rb, line 446
def parse_multipart_form_parameters(body, boundary, content_length, env)
  parse_request_parameters(read_multipart(body, boundary, content_length, env))
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.