Hi:
I setup a Form with two fields ...
File Upload field called Upload_This
Single Line Text field called Field_Content
In the on User Input section of the Upload_This field, I have ...
- input.Field_Content = input.Upload_This;
It appears that while the widget display gets updated properly when a file is selected by a user, the content of the field input.Upload_This does not ... it is very erratic but mostly it appears to be a step behind i.e. the previous value of the widget display ends up in the content available via script.