-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse multipart/form-data parameters #3
Comments
Need to consider large uploads or at least enforce a maximum size. |
First, I think what you have done is awesome and makes CocoaHTTPServer very easy to use! I'm using ASIFormDataRequest from the ASIHTTPRequest project, and was wondering how you would recommend retrieving the post values from the request body. I'm not an HTTP pro, so I'm not exactly sure how it all should be parsed. I tried using [request param:@"myPostValueKey"], but that didn't work. Thanks! |
Thanks, glad you've found it useful! Right now form data is just delivered in its raw form which you can get at with |
Thanks for the fast response! Ok no problem--I will look for a parser and I'll let you know if I come up with anything. |
Automatically parse parameters from HTML forms into the params dictionary.
The text was updated successfully, but these errors were encountered: