0

i want to display the image from the database in dropzone. here is my view page :

<div class="col-md-6"> <b>Challenge Banner</b>
    <form class="dropzone dz-clickable" id="#" action="<?php echo base_url(''); ?>Challenge/file_upload" enctype="" method="post">
        <div class="dz-message text-center" style='height:80px;'>
            <div class="drag-icon-cph"> <i class="material-icons" style='font-size:36px;'>touch_app</i> 
            </div>
            <h6>Drop files here or click to upload.</h6>
        </div>
    </form>
</div>

i want to display image from data base.. how i can upload the image?

Daniel
  • 10,641
  • 12
  • 47
  • 85
  • where u want to display and where is your database query? – Pradeep Jul 21 '18 at 11:42
  • i want to know how to display image in dropzone – Manjusha K Vijayan Jul 21 '18 at 11:45
  • 1
    pls see this : https://stackoverflow.com/questions/17759286/how-can-i-show-you-the-files-already-stored-on-server-using-dropzone-js – Pradeep Jul 21 '18 at 12:11
  • Possible duplicate of [How can I show you the files already stored on server using Dropzone.js](https://stackoverflow.com/questions/17759286/how-can-i-show-you-the-files-already-stored-on-server-using-dropzone-js) – Alex Jul 22 '18 at 02:20

0 Answers0