Skip to content
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

multipart #52

Closed
janlimpens opened this issue Sep 10, 2010 · 2 comments
Closed

multipart #52

janlimpens opened this issue Sep 10, 2010 · 2 comments

Comments

@janlimpens
Copy link

Is there a way to use simple_form with enctype multipart?

@carlosantoniodasilva
Copy link
Member

Use as you'd do with any form in Rails (it just delegates to form_for):

simple_form_for @foo, :html => { :multipart => true }

@janlimpens
Copy link
Author

cool, thanks, please forgive my newbeeness :)

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants