Questions tagged [bootstrap-file-input]

36 questions
0
votes
2 answers

Bootstrap 4.0 Custom-file-input width is wider than other inputs

Using Bootstrap 4.0 with .net framework 4.6.2 to create a form. The custom-file-input, input used to upload attachment file, is longer in width than my other inputs. Is there a proper way to fix this so that it is mobile responsive?
made_it_ma
  • 89
  • 9
0
votes
1 answer

How to change no file chosen to a filename in Bootstrap using jQuery.?

I am trying to set no file chosen in upload file to a filename . How to set no file chosen to a file name. What I have tried is: On load of a form ,…
CodeHunt
  • 83
  • 1
  • 11
0
votes
2 answers

Using bootstrap fileinput with .NET core

I'm trying to use Krajee's Bootstrap Fileinput (http://plugins.krajee.com/file-input) and having some problems. The input field is in a form which has a submit button
0
votes
0 answers

I want to retrieve image from database using fileinput using php

I want to retrieve/preview images from the database before updating using PHP and file input library. But it could not work please give me the solution. thanks here is the code