cancel
Showing results for 
Search instead for 
Did you mean: 

problem with upload file

Former Member
0 Kudos

Hi experts,

I try to upload file - and i got error message:

Property "data" of element file_up must be bound.

what is it mean???

what can i do to solve it?

thanks in advanced.

Michal.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

create an attribute(say ca_fileupload) of type XSTRING under context and bind that attribute with the data property.

For binding the attribute just Click on the element file_up , there you can see data property,click on that and you can see all the nodes and attributes you have created and there click on the attribute(ca_fileupload).

Answers (2)

Answers (2)

Former Member
0 Kudos

thank you all very much!!!

Former Member
0 Kudos

Hi,

This error means that the data property of you fileupload uielement is not bound.

Create an attribute type XSTRING under you node. Bind this attribute to the data property of your fileupload uielement.

Regards,

Radhika.