Hi Viet,
Greetings from Syncfusion support.
Query1: How can I display addition information like: create time, uploaded user, note...
We would like to inform you that you can add additional information to the file upload using the template which is customized using the file list. So, while browse or select the files, the file list template will be displayed with added information. Please find the documentation below for reference.
Query2: Hide remove/delete button.
You can override the below CSS styles to remove the delete button for the uploaded file.
|
<style>
.e-icons.e-file-delete-btn {
display: none !important;
}
<style> |
Kindly check with the above sample and suggestion to meet your requirement. Please get back us if you need further assistance.
Regards,
Ponmani M