this is my code :
<label for="uploadFile" class="custom-uploadFile">
<i class="fa fa-cloud-upload"></i> UPLOAD ID
</label>
<input class="form-control input-lg" name="picture" id="uploadFile" type="file" style="display:none;" required>
I WANT the let this field of upload required but the input is hidden . i must use some javascript or what to solve this problem because i watched a lot of tuto but not work ! Thank you