asp:FileUpload not working in UpdatePanel

Posted by James123 on Stack Overflow See other posts from Stack Overflow or by James123
Published on 2010-04-14T18:27:21Z Indexed on 2010/04/14 18:33 UTC
Read the original article Hit count: 346

Filed under:
|

asp:FileUpload control is not working in update panel in ascx control. Why? any work around.

<span dir="ltr">
    <asp:FileUpload ID="InputFile" runat="server" class="ms-fileinput" size="35" /> 
</span>

and also I added

<Triggers>
    <asp:PostBackTrigger ControlID="btnOK" />
</Triggers>

Still it is not working.

© Stack Overflow or respective owner

Related posts about updatepanel

Related posts about fileupload