{{ Form::open(array('url' => url('/teams/add-photo'), 'method' => 'POST', 'files' => true, 'id' => 'upload_image_form', 'style' => 'font-size: 10pt;')) }}

Select Image File

{{ Form::hidden('team', $info['team']->id) }} {{ Form::hidden('type', 'PHOTO') }} {{ Form::hidden('return_url', $info['return_url']) }} {{ Form::file('photo', array('name' => 'photo', 'id' => 'photo')) }}

Thumbnail Preview


(Preview may not be available in IE or Safari)
{{ Form::close() }}