Hi Viji Palanisamy,
Thank you for reaching out to us regarding customizing the button message and drop area text in the Uploader component. We understand the importance of tailoring the interface to meet your specific needs.
We have reviewed your request and prepared a code snippet that demonstrates how you can achieve this customization using localization in the Uploader component.
Code snippet:
L10n.load({ 'en-US': { uploader: { Browse: 'Choose files', dropFilesHint: 'You can drop files here!', }, }, }); |
You can find more information and details on the customization in the Uploader component's localization documentation.
Localization documentation : https://ej2.syncfusion.com/react/documentation/uploader/localization
Additionally, we have provided a sample implementation in this StackBlitz sample to give you a better understanding of how to apply these customizations in your code.
Sample: https://stackblitz.com/edit/react-4oalfc-rsremh?file=index.js,package.json
Screen shot:

Regards,
Kokila Poovendran.