File Upload Field Browse not Open ?

  1. #1

    File Upload Field Browse not Open ?

    Hello ,File Upload Dialog does not open .. https://examples2.ext.net/#/Form/FileUploadField/Basic/

    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>
    
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
        <ext:ResourceManager ID="ResourceManager1" runat="server">
        </ext:ResourceManager>
        <ext:FileUploadField ID="BasicField" runat="server" Width="400" Icon="Attach" />
        <ext:Button runat="server" Text="Get File Path">
            <Listeners>
                <Click Handler="var v = #{BasicField}.getValue(); Ext.Msg.alert('Selected&nbsp;File', v && v != '' ? v : 'None');" />
            </Listeners>
        </ext:Button>
        </form>
    </body>
    </html>
    Please Help .......
  2. #2
    Hi,

    I see the File Chooser dialog when click on the Browse button.

    What browser are you testing with?
  3. #3

    File Chooser dialog

    Quote Originally Posted by Daniil View Post
    Hi,

    I see the File Chooser dialog when click on the Browse button.

    What browser are you testing with?

    FF 12 & Chrome 19.0....... Thanks
  4. #4
    I have no FF12, tried with the last 13.0.1 - can't reproduce.

    In my Chrome 19 it's also not reproducible.

    I'm not sure what to check more.

    Please clarify exactly the steps to reproduce the problem.
  5. #5
    Quote Originally Posted by Daniil View Post
    I have no FF12, tried with the last 13.0.1 - can't reproduce.

    In my Chrome 19 it's also not reproducible.

    I'm not sure what to check more.

    Please clarify exactly the steps to reproduce the problem.
    I Update all my browser but nothing happen ... when i click the browse button the File Chooser dialog not open .... i just copy past the code from the demo ... please any idea what's the problem !!!!!!!
  6. #6
    What Ext.NET sources do you use?
  7. #7
    Quote Originally Posted by Daniil View Post
    What Ext.NET sources do you use?
    ext.net 2 .thanks
  8. #8
    More exact, please.
  9. #9
    Quote Originally Posted by Daniil View Post
    More exact, please.
    Sorry my mistake . I just Solved the problem . I update Ext.NET 2.0.0-rc1 and now it's work fine
  10. #10
    No problem, glad it has been solved.

Similar Threads

  1. File Upload Field - Multiple files?
    By peter.campbell in forum 1.x Help
    Replies: 2
    Last Post: Jul 04, 2012, 11:40 AM
  2. [CLOSED] Clone Upload File Field
    By imaa in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 17, 2011, 2:29 AM
  3. File Upload Field Problem
    By OSSAGHO in forum 1.x Help
    Replies: 0
    Last Post: Sep 19, 2011, 1:09 PM
  4. [CLOSED] File Upload Field
    By SymSure in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Mar 30, 2010, 7:24 PM
  5. [CLOSED] File upload field in multifield.
    By pank in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 30, 2009, 9:09 PM

Tags for this Thread

Posting Permissions