HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/crm/public_html/wwwroot/assets/pug/pages/theme/dropzone.pug
- var theme_customizer      = true;
- var tooltip               = true;
- var dropzone              = true;

doctype html
html(lang='en')
    include ../../components/header-files
    body
        include ../../components/loader
        // page-wrapper Start
        #pageWrapper.page-wrapper
            include ../../components/header
            // Page Body Start
            .page-body-wrapper.horizontal-menu
                include ../../components/sidebar
                .page-body
                    .container-fluid
                        .page-header
                            .row
                                .col-sm-6
                                    h3
                                      | Dropzone
                                    ol.breadcrumb
                                      li.breadcrumb-item
                                        a(href='index.html')
                                         | Home
                                      li.breadcrumb-item Advance
                                      li.breadcrumb-item.active Dropzone
                                .col-sm-6
                                  include ../../components/bookmark
                    // Container-fluid starts
                    .container-fluid
                      .row
                        .col-sm-12
                          .card
                            .card-header.pb-0
                              h5 Single File Upload
                            .card-body
                              form#singleFileUpload.dropzone.digits(action='/upload.php')
                                .dz-message.needsclick
                                  i.icon-cloud-up
                                  h6 Drop files here or click to upload.
                                  span.note.needsclick
                                    | (This is just a demo dropzone. Selected files are 
                                    strong not
                                    |  actually uploaded.)
                        .col-sm-12
                          .card
                            .card-header.pb-0
                              h5 Multi File Upload
                            .card-body
                              form#multiFileUpload.dropzone.dropzone-primary(action='/upload.php')
                                .dz-message.needsclick
                                  i.icon-cloud-up
                                  h6 Drop files here or click to upload.
                                  span.note.needsclick
                                    | (This is just a demo dropzone. Selected files are 
                                    strong not
                                    |  actually uploaded.)
                        .col-sm-12
                          .card
                            .card-header.pb-0
                              h5 File Type Validation
                            .card-body
                              form#fileTypeValidation.dropzone.dropzone-info(action='/upload.php')
                                .dz-message.needsclick
                                  i.icon-cloud-up
                                  h6 Drop files here or click to upload.
                                  span.note.needsclick
                                    | (This is just a demo dropzone. Selected files are 
                                    strong not
                                    |  actually uploaded.)
                    // Container-fluid Ends
                include ../../components/footer
        include ../../components/footer-files