I'm using file upload from PrimeNG : https://www.primefaces.org/primeng/#/fileupload
But I would like to have only "Choose" and "Cancel" buttons.
So on primeNG website, they say to use showUploadButton="false"
But it's not working.
Refering to this post : Remove File Upload and Cancel Button from Primefaces p:fileUpload
I tried :
<p-fileUpload ... showButtons="false" showCancelButton="true"/>
then I tried
.ui-fileupload-buttonbar .ui-fileupload-upload {
display: none;
}
Nothing works. Maybe it's because it was refering to another version. I'm using version of primeNG 2.0.6 and angular 2.4.0