[CLOSED] Fileupload can't work

  1. #1

    [CLOSED] Fileupload can't work

    Hi,
    Update latest Ext.net, the fileupload can not selected file.
    please see code.
    <%@ Page Language="C#" %>
    <%@ Import Namespace="System.Data" %>
    <%@ Import Namespace="System.Web" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    
    <script runat="server">
           
         protected void FileSelected(object sender, DirectEventArgs e)
        {
       
                    X.Msg.Alert("message", "Upload File!").Show();
         }
    </script>
    
    <!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">
        <script type="text/javascript">
           
        </script>
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
        <div>
         
         <ext:ResourceManager ID="ResourceManager1" runat="server" />
             <ext:FileUploadField ID="BasicField" runat="server" Width="400" Icon="Attach" >
                <DirectEvents>
                    <Change OnEvent="FileSelected">
                    </Change>
                </DirectEvents>
             </ext:FileUploadField>
        </div>
        </form>
    </body>
    </html>
    Last edited by Daniil; Jan 22, 2013 at 4:03 AM. Reason: [CLOSED]
  2. #2
    Hello!

    Couldn't reproduce your problem. I've tried with latest sources from trunk.Click image for larger version. 

Name:	fileupload.PNG 
Views:	75 
Size:	13.3 KB 
ID:	5423
  3. #3
    What is the latest version of dll??
    I got the lastest verion was 2.1.0.25729...

    Quote Originally Posted by Baidaly View Post
    Hello!

    Couldn't reproduce your problem. I've tried with latest sources from trunk.Click image for larger version. 

Name:	fileupload.PNG 
Views:	75 
Size:	13.3 KB 
ID:	5423
  4. #4
    The last numbers in "2.1.0.25729" depends on time when you built the dlls. So, it doesn't tell us about a real version.

    Please update from the trunk.
    http://svn.ext.net/premium/trunk/
    Last edited by Daniil; Jan 22, 2013 at 4:04 AM.

Similar Threads

  1. FileUpload issue
    By vbdotnetphp in forum 2.x Help
    Replies: 0
    Last Post: Oct 12, 2012, 12:56 PM
  2. Fileupload filed in gridpanel don't work in IE 9
    By lrossism in forum 1.x Help
    Replies: 0
    Last Post: Aug 21, 2012, 1:22 PM
  3. [CLOSED] FileUpload can't work....
    By gs_user in forum 2.x Legacy Premium Help
    Replies: 8
    Last Post: May 09, 2012, 8:26 AM
  4. bug in fileupload
    By pablisho in forum 1.x Help
    Replies: 0
    Last Post: Jul 01, 2009, 10:55 AM
  5. Replies: 2
    Last Post: Mar 16, 2009, 1:50 PM

Posting Permissions