subir video con dropzone
<?php require_once "../cabesa.php" ; ? > <!DOCTYPE html > <html lang = "en" > <head> <meta charset = "UTF-8" > <meta name = "viewport" content = "width=device-width, initial-scale=1.0" > <title> Subir Archivos de Video </title> <link href = "https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel = "stylesheet" > <link href = "https://cdnjs.cloudflare.com/ajax/libs/dropzone/5.9.3/dropzone.min.css" rel = "stylesheet" > <style> .dropzone { border : 2px dashed #0087F7 ; border-radius : 5px ; background : white ; } </style> </head> <body> <div class = "container mt-5" > ...