0

I am using Valum file upload plugin in my website as well as jquery-ui theme excite-bike also. Now my problem is button, which valum plugin provided to upload a file.I want to use my button to call valum`s uploader . How can i do this?

Chuck Norris
  • 15,207
  • 15
  • 92
  • 123
Gaurav
  • 8,367
  • 14
  • 55
  • 90

1 Answers1

0

You do not use the Valum Uploader with a button - you pass it a container and it creates the "button" for you - which again is actually a div with some styling... you can style the created div using the qq-upload-button class

Manse
  • 37,765
  • 10
  • 83
  • 108