cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I have a file upload component and one button in a view.

I have created a binary type context element and mapped it with fileupload component.while clicking the submit button I am getting " Parse method is not possible for this type" exception.

help me out.

0 Likes
View Entire Topic
Former Member
0 Likes

HI Sridhar,

U must add

IWDAttributeInfo file=wdContext.nodeUpolad().getNodeInfo().getAttribute(IPrivateHomeView.IContextElement.<UploadVariable>);

IWDModifiableBinaryType b=(IWDModifiableBinaryType)file.getModifiableSimpleType();

in the wdDoinit()

Regards

Fahad Hamsa