Author: baruchb1 | Posted on: 7/1/2010 1:24:21 PM | Views : 895

I have a FileLoad control (see aspx code below).  In the code behind, on 'btnSubmit_Click' event  I am trying to get the FileName to excute the save to server. The 'fu1.FileName' is always blank. Am I missing anything here? Ideas anyone?
----------------------------------- Code Start -----------------------------------------------------------------------
<asp:Content ID="Content1" ContentPlaceHolderID="MainMaster" Runat="Server">
 .
 .
 .
        <tr>
            <td>Upload Attachment:</td>
            <td><asp:FileUpload ID="fu1" runat="server" Width="200px" /></td>
        </tr>
Go to the complete details ...