@extends('profilelayout') @section('content')

Upload

{!! Form::text('interpret', null, ['id' => 'interpret', 'class' => 'form-control', 'placeholder' => 'Artist']) !!}
{!! Form::text('songtitle', null, ['id' => 'songtitle', 'class' => 'form-control', 'placeholder' => 'Songtitle']) !!}
{!! Form::text('imgsource', null, ['id' => 'imgsource', 'class' => 'form-control', 'placeholder' => 'Video Source (This is not for links!)']) !!}
id] = $cat->name; ?> {!! Form::select('category', $categories, 8, ['id' => 'category', 'class' => 'form-control']) !!}
{!! Form::checkbox('nsfw', 'true', false, ['id' => 'nsfw']) !!}
{!! Form::text('tags', null, ['id' => 'tags_upload', 'class' => 'form-control', 'placeholder' => 'Input tags...', 'name' => 'tags', 'data-role' => 'tagsinput']) !!}

Before you click upload make sure you have read the Rules

35 uploads every 12 hours. – Maximum filesize: 100MB. – Only .webm allowed. Need help?

Upload Guidelines for w0bm.com

  • Your WebM needs to have sound!
  • We have a zero tolerance policy against Childporn, don't upload it!
  • Ask yourself: Does my upload fit in here?
@endsection