Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.63 KB | None | 0 0
  1. <link rel="stylesheet" media="screen, print" href="themes/smartadmin/css/formplugins/dropzone/dropzone.css">
  2.  
  3. . . .
  4.  
  5. <form action="http://<?=ROOT_APP_URL;?>/UploadToGallery" id="-gallery" class="dropzone needsclick upload" style="min-height: 7rem;" >
  6.                                 <div class="dz-message needsclick">
  7.                                     <i class="fal fa-cloud-upload text-muted mb-3"></i> <br>
  8.                                     <span class="text-uppercase">Drop files here or click to upload.</span>
  9.                                     <br>
  10.                                 </div>
  11.                             </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement