Is it me or is the file upload control really unfriendly. I need a way of just displaying the button to throw up a dialog box then redirect to another page if something is selected. So far I have managed to slap an image over the fileupload control using css which triggers the dialog box. After that I want it to automatically upload the file for validating preferably in another window with information about the file. Can this be done in code behind or maybe javascript - please help