RadControls for ASP.NET AJAX
SYMPTOMS
When you make a postback, RadUpload does not persist the
selected files in its file inputs.
CAUSE
This problem occurs because the <input type=file>
HTML elements do not persist their value between postbacks.
RESOLUTION
There is no resolution, this behavior is forced by the security restrictions of
the browsers.