@section('page_title') OSAA - Upload DanceDrill Music File @stop @section('page_sub_title') Upload Dance/Drill Music File for {{ $info['ap']->name }} @stop @section('scripts') @parent @stop @section('jquery_init') $('.tooltip').tooltip(); $('.button').button().css('font-size', '9pt'); $('input[type="submit"]').click(function (event) { if ($('input[type="file"]').val() == '') { return; } event.preventDefault(); var form = $(this).parents('form'); $('
').appendTo('body') .html('{{ $info['message'] }}
@if (isset($info['status']) and Helpers::strEqual($info['status'], 'success')) It worked! Your file was uploaded. You can use this form again to upload another file and it will over-write what was just uploaded. You would want to do this if you needed to change your music selections and update your submitted music file. @else Looks like your team has already uploaded a music file. If you upload another file using this form, your previous file will be over-written. @endif
Use the file browser below to select a music file to upload to the server.
File: {{ Form::file('file', array('required' => 'required')) }}
Music File Specifications
Any valid music file type is acceptable (.mp3, .wav, .m4a, etc.) Music files must be less than 12 Mb in size.