cancel
Showing results for 
Search instead for 
Did you mean: 

File Upload issue

Former Member
0 Kudos

Hi Experts,

I got an error 'Incorrect Hexadecimal Number' when using the FileUploadUI.

I have done the following things in WDA.

1. Created an attribute of type 'XSTRING' and bind to the data property of the file upload UI.

2. Created an attribute Name with type 'STRING' and bind to the Filename property.

Could you please help me to solve this issue?

Regards,

Saravanan K

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

This doesn't sound like an error that would come from the WDA Framework. Have you done a runtime analysis to see where the message is being issued from? Or set some breakpoints to see how far you get into the processing? Do you have button that is triggering the upload? Can you get into the event handler of that button? Can you look at the XSTRING bound to the content in the debugger? I think we need to know more about the situation before anyone can help.