How to modify File rejected message for Filedropper widget

0
Hi,   I am using filedropper widget for uploading files and want to customize rejected by server or rejected message as shown below :     But when I run application , I am still getting default message as below      Not able to understand why message has not changed as highlighted in yellow above . Any help is appreciated.   Thanks .
asked
2 answers
1

Hi Shriram,

It is given as configurable in widget but actually in code level it is hardcoded

Screenshot_2024-08-12-22-39-49-445-edit_com.android.chrome.jpg

 

https://github.com/mendixlabs/mendix-file-dropper/blob/3829b144df09e4a9f061456f925202dcf2398e7b/src/store/fileDropperStore.ts

 

Hope it helps!

answered
1

NB. filedropper is deprecated in 10.12. Racedag by react upload. So don't expect support.

answered