To disable the cancel and upload buttons on the PrimeVue FileUpload component, set the appropriate props to false. The props are “showCancelButton” and “showUploadButton.”
Something like this should do the trick:
<FileUpload :showCancelButton="false" :showUploadButton="false">