new file

Post on 09-Apr-2016

217 Views

Category:

Documents

1 Downloads

Preview:

Click to see full reader

DESCRIPTION

this is a new file

TRANSCRIPT

<div class="row-fluid padd-bottom"><div cla

ss="action_form col-lg-5 ">

<form action="" enctype="multipart/form-data" method="post">

<div class="form-group">

<label for="description">Description</label>

<input type="text" class="form-control" id="description" placeholder="Enter Desciption" name="description" >

</div>

<div class="form-group">

<input type="hidden" value="1000000" name="MAX_FILE_SIZE" />

<label for="choose_image">Choose files</label>

<input type="file" class="form-control" name="files[]" multiple="" id="choose_image" />

</div>

<input type="submit" class="btn btn-primary" name="submit" value="upload"/>

</form></div>

</div>

top related