Thanks, that got the form control to display!! However, now it is showing, but the information is not being saved (both deletion and upload of the new file). No errors on event log. Do you have any idea of why this might be happening?
Do you know where these event handlers might be implemented? (so I can try to debug/troubleshoot where ist hat it is failing)
uploader.OnUploadFile += Form.RaiseOnUploadFile;
uploader.OnDeleteFile += Form.RaiseOnDeleteFile;
Thanks!!