Quantcast
Channel: Active questions tagged html - Stack Overflow
Viewing all articles
Browse latest Browse all 74735

Why do I have two upload buttons on a laravel blade page?

$
0
0

I'm unable to resolve an issue where I'm seeing two upload buttons on a page.

Laravel Blade File Snippet:

<div class="col col-12 col-md-12 col-lg-12 col-xl-12">
        <div class="form-group">
            <label class="form-lable">Image</label>
            <div class="file-group">
                <label class="btn btn-primary btn-square" for="select-file">Select</label>
                <input id="select-file" type="file" name="image" class="file-control">
                @if(!empty($entity->imageThumbUrl))
                    <br>
                    <a target="_blank" href="{{$entity->imagePreviewUrl}}">
                        <img src="{{$entity->imageThumbUrl}}" style="width: 200px;" alt="">
                    </a>
                @endif
            </div>
        </div>
    </div>

Screenshot of the two buttons with HTML shown


Viewing all articles
Browse latest Browse all 74735

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>