Skip to main content

Hello,


I have a view with a file attachment control. after the user have uploaded a file using the control, I want the control to be 'cleared', so that an additional attachment can be uploaded using the same control. Is there any way to accomplish this without clearing the whole view? I have tried the transfer data action without any luck.


Thanks,


Anders

Hi 


 


Have you tried applying a clear method rule on the attachment control itself?


 


HTH


 


Regards,


 


Yannick


The only method I know of for a control under the newer SmartForms is focus.

 

I would move your attachment control to a seperate view and execute the clear method on the view.  


Reply