Skip to content

Instantly share code, notes, and snippets.

@enricostano
Created June 19, 2012 23:05
Show Gist options
  • Save enricostano/2957058 to your computer and use it in GitHub Desktop.
Save enricostano/2957058 to your computer and use it in GitHub Desktop.
new attachment form
<form action="{{ path('StanoSasDocumentBundle_attachment_create', { 'ownerObj': ownerObj }) }}" method="post" {{ form_enctype(form) }} class="">
{{ form_widget(form) }}
<p>
<input type="submit" value="Submit">
</p>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment