This is an old way to Upload an Image from camera or gallery in WebView. It was made a long time ago and is not maintened anymore. Use it at your own risk.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {# for twitter bootstrap specifically #} | |
| {% block field_row %} | |
| {% spaceless %} | |
| <div class="control-group {% if errors|length > 0 %}error{% endif %}"> | |
| {{ form_label(form, label|default(null)) }} | |
| <div class="controls"> | |
| {{ form_widget(form) }} | |
| {{ form_errors(form)}} | |
| </div> | |
| </div> |