Suggestion for component

Hi!


I noticed there's room for a new component that could be a wrapper for this



<label class="btn btn-xl btn-success">
    Add image <input type="file" hidden name="img" accept="image/gif, image/jpeg, image/png, image/bmp, image/tiff, image/tif, image/jfif, image/jpe">
</label>


Why? Because there's a lot of phone browser users that woul upload files directly from the phon and this component just draws a button. The wrapped component could have OnLoad event to handle the uploaded file.

Hope you like the suggestion! :)