Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.37 KB | None | 0 0
  1. <form action="{{ route('editor.media.upload.media', ['slug' => $data['post'], 'team_id' => $data['team']['team_id'] ]) }}" class="dropzone" id="media-upload">
  2.                                  <div class="fallback">
  3.                                     <input name="file" type="file" multiple />
  4.                                   </div>
  5.                             </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement