2amigos / yii2-file-upload-widget

BlueImp File Upload Widget for Yii2
Other
252 stars 140 forks source link

How to select buttons to use #143

Open alejofonseca opened 6 years ago

alejofonseca commented 6 years ago

Hi All,

I have implemented the "basic Plus UI" and got all the buttons as the example: "Add files...", "Start upload", "Cancel upload", ... I only need "Add files" and then from the uploaded files I get the "Delete" button.

Is there a way to customize this, like an option to select which buttons to display?

Thank you.