Entradas

Mostrando las entradas de julio, 2024

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" >     ...

SUBIR ARCHIVO CON DROPZONE

  <!DOCTYPE html > <html lang = "en" > <head>     <meta charset = "UTF-8" >     <meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     <title> Subir Archivos PDF </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" >         <h3> Subir Archivos P...

VPN WireGuard Gratis

 https://www.youtube.com/watch?v=gHx6dualUf0&t=38s

crud-get- Obtén la URL actual-js

url::http://localhost/vistas/agenda/audienciaDrozon.php?caso_id=4 <!DOCTYPE html > <html lang = "en" > <head>   <title> Bootstrap Example </title>   <meta charset = "utf-8" >   <meta name = "viewport" content = "width=device-width, initial-scale=1" >   <!-- jQuery --> <script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" ></script>   <link href = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel = "stylesheet" >   <script src = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" ></script>   <script src = "https://cdnjs.cloudflare.com/ajax/libs/sweetalert/2.1.2/sweetalert.min.js" integrity = "sha512-AA1Bzp5Q0K1KanKKmvN/4d3IRKVlv9PYgwFPvm32nPO6QS8yH1HO7LbgB1pgiOxPtfeg5zEn2ba64MUcqJx6CA==" crossorigin = "anonymo...