Re: Have file uploaded in upload control appear immediately in download control
Both fileUpload and fileDownload must be binded to the same data. In the fileUpload event, select 'onchange', then under 'Server Option', select 'Full Update'. Also tick 'Process data without validation' if you don't want any validation to run.