html - HTMLDOM: How to change text "files selected" from upload button using jquery or javascript? -


how change text "files selected" on upload button using jquery / javascript ?

enter image description here

thanks

note: default build-in input file button

this style , apply custom behaviour standard upload controls:

i create fake control, styled want , needed behaviour, comprises input type text , button (or couple of them).

i include input type file on page, set it's visibility style property hidden.

i create event listeners fake control fires events on hidden upload. way, when click on input type text can fire click on input type file. makes when click on styled input, upload window select files opened.

i control also, when hidden input type file's value changed, it's value populated styled input type text.

so, idea cheat users use interface create taste, while behind courtain actual ugly input type file doing magic.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -