Need to remove and customize button message in uploader.

Need to remove and customize this message. How do we custom

Image_8246_1691988304954


1 Reply

KP Kokila Poovendran Syncfusion Team August 14, 2023 01:06 PM UTC

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.


Samplehttps://stackblitz.com/edit/react-4oalfc-rsremh?file=index.js,package.json


Screen shot: 




Regards,

Kokila Poovendran.


Loader.
Up arrow icon