FineUI 官方论坛

标题: FileUpload 的HasFile属性无效? [打印本页]

作者: feitian78    时间: 2012-4-5 22:20
标题: FileUpload 的HasFile属性无效?
<extageManager ID="ageManager1" runat="server" />
    <ext:Form ID="Form2" runat="server" BodyPadding="5px" EnableBackgroundColor="true"
        Title="导入培训人员信息" LabelWidth="70px" Width="500px" Height="200px">
        <Rows>
            <ext:FormRow ID="FormRow1" runat="server" ColumnWidths="85% 15%">
            <Items>
                <ext:FileUpload ID="FileUpload1" runat="server" Label="上传文件">
                </ext:FileUpload>
                <ext:Button ID="Btn_Up" runat="server" Text="上传" Icon="ApplicationGo">
                </ext:Button>
            </Items>
            </ext:FormRow>
            <ext:FormRow ID="FormRow2" runat="server">
            </ext:FormRow>
        </Rows>
    </ext:Form>
  protected void Btn_Up_Click(object sender, EventArgs e)
        {
            if (FileUpload1.HasFile)
            {
//这个结果怎么一直是true
            }
            else
            {
                ExtAspNet.Alert.Show("请先选择要上传的文件!");
            }
        }

作者: feitian78    时间: 2012-4-5 22:36
<extageManager ID="ageManager1" runat="server" EnableAjax="false" />设置后能够正常得到值
作者: 地瓜    时间: 2012-4-25 10:36
我把EnableAjax="false" 这个属性设置为false后,FileUpload1不管有没有上传文件HasFile都为false。这是什么情况!
作者: support    时间: 2012-4-25 10:51
浏览器?官网示例有问题没?
作者: sanshi    时间: 2012-11-25 06:08
FineUI v3.2.1 会解决 FileUpload 的HasFile 总是为true的BUG。




欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/) Powered by Discuz! X3.4