I want to replace input=”file” button to only text like that http://valums.com/wp-content/uploads/ajax-upload/demo-jquery.htm but i don’t want to use whole library. How can i do this ?
I want to replace input=file button to only text like that http://valums.com/wp-content/uploads/ajax-upload/demo-jquery.htm but i
Share
It is actually input type=”file” control. They have used a wrapper div to show it. You can style a div as the Upload button text using an image. Then place an input type=”file” control on top of it and make its opacity to 0. Thats all
Eg:
I haven’t used any image. You can use an image to style the wrapper div.