I'm using RadUpload and since this is the first time I'm using this control I was confused about the uploading process itself. The GUI part of the control displays the path on my local machine to the file that I want to upload after I click the 'Browse' button. But how do I get the file itself? Does the control save the file as a filestream in a particular property that I can inturn pass into some function?
J
J