Use this utility to upload and attach a file to this online ejection report.
{{ Form::open(array('url' => url('/forms/ejection/' . $object->ejection->id . '/file/upload'), 'method' => 'POST', 'files' => true, 'style' => 'font-size: 10pt;')) }} {{ Form::hidden('redirect', url('/forms/ejection/' . $object->ejection->id)) }} {{ Form::hidden('type', $type) }} @if (!is_null($object->data->files->{ strtolower($type) }->path))
Note: If you upload a new file, the existing file will be overwritten.

@endif
{{ Form::file('upload_file', array('style' => 'width: 100%;')) }}

Although almost any file type can be accepted, it is preferable to upload files in a commonly readable format like Adobe PDF. If you need to upload multiple files, many documents can be merged into a single PDF file or you can upload a ZIP archive.

The maximum file size is 8 MB.

If you experience any issues, please contact OSAA Support, support@osaa.org,
(503) 682-6822 x228.
{{ Form::close() }}