HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/lab.komma-mediadesign.nl/wwwroot/poc/app/views/v_dashboard.php

<form class="data" method="post" action="">
    <div class="input_holder">
        <label for="name">Name</label>
        <input type="text" name="name" id="name" value="" />
    </div>

    <div class="input_holder">
        <label for="age">Age</label>
        <input type="text" name="age" id="age" value="" />
    </div>

    <div class="input_holder">
        <label for="price">Prijs (zonder &euro;)</label>
        <input type="text" name="price" id="price" value="" />
    </div>

    <div class="input_holder">
        <label for="email">E-mail</label>
        <input type="text" name="email" id="email" value="" />
    </div>

    <div class="input_holder">
        <label for="date">Date</label>
        <input type="text" name="date" id="date" value="" />
    </div>

    <div class="input_holder">
        <label for="select">Select</label> <br />
        <select id="select">
            <option value="empty">please select</option>
            <option value="1">1</option>
            <option value="2">2</option>
            <option value="3">3</option>
        </select> <br />
    </div>

    <br />
    <br />
    <input type="submit" name="sbm_data" value="submit" class="btn" />
</form>


<!-- Drop zone -->

<div id="drop_zone">


    <form class="images" method="post" action="" enctype="multipart/form-data">
        <label for="image_files">Images</label>
        <input type="file" multiple name="images[]" id="image_files" value="" class="hidden"/>

        <input type="button" name="upload_images" id="upload_images" value="upload" class="btn" />
    </form>
    <div class="clear"></div>


    <div class="bar"></div>
    <div class="progress" id="progress"></div>
</div>

<div class="clear"></div>