dimanche 8 juillet 2018

Not working Dropzone js drag and drop interface with laravel 5.6

in My laravel 5.6 form I have drozone js tool to upload images, this is My drpzone codes

<div class="row">
         <div class="col-md-9">
            <h2 class="page-heading">Upload your Images <span id="counter"></span></h2>


                <div class="dz-message">
                    <div class="col-xs-8">
                        <div class="message">
                            <p>Drop files here or Click to Upload</p>
                        </div>
                    </div>
                </div>
                <div class="fallback">
                    <input type="file" name="file" multiple>
                </div>

        </div> 

but my form showing following interface of the dropzone, my current dropzone interface

but I need following interface of dropzone, I need this drozone interface

My image upload cording is working, but have no idea about not proper interface. how can solve this problem?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire