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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -