I would like to change the user interface for the jquery ajax upload plugin valums(from the default upload button to some image). Is there a method in it or direct dom updating which is not looking very good.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use css and add a background image to the
.qq-upload-buttonclass:You will have to change the
your-image.jpgto the path and filename of your own image and you will need to set thewidthandheightproperties based on the image dimensions.