[CLOSED] Asp file upload control on framework 4.5 with ext.net 2.1

  1. #1

    [CLOSED] Asp file upload control on framework 4.5 with ext.net 2.1

    Hi

    The ext.net version 2.1 support asp controls in framework 4.5?

    I have an fileupload in my page, but not work.

    Look:

    <ext:Container ID="Container5" runat="server" Layout="AnchorLayout" ColumnWidth=".5"
                                                            Padding="10">
                                                            <Content>
                                                                <asp:FileUpload ID="FileUploadProductImages" runat="server" AllowMultiple="true"  />
                                                            </Content>
                                                        </ext:Container>
    Message error:

    Control with type 'System.Web.UI.WebControls.FileUpload' cannot be handled by layout

    Any suggestion?

    I need to upload multiple files.

    Thanks.
    Last edited by Baidaly; Dec 06, 2012 at 1:10 AM. Reason: [CLOSED]
  2. #2
    Hello!

    Layouts can't work with non Ext.NET widgets.

    Please, remove

    Layout="AnchorLayout"
  3. #3
    Hi,

    you are right.

    Another question. Do you know any ext.net plugin to upload multiple files?

    Thanks!
  4. #4
    Please, take a look at this thread http://forums.ext.net/showthread.php...at-client-side
  5. #5
    Hi

    Thanks for you help.

    Please, close this thread.

Similar Threads

  1. File Upload Control
    By dan182 in forum 1.x Help
    Replies: 3
    Last Post: Apr 02, 2012, 2:49 PM
  2. [CLOSED] Drag file to upload control
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jan 13, 2012, 4:31 PM
  3. [CLOSED] File upload control not working in IE8
    By majestic in forum 1.x Legacy Premium Help
    Replies: 12
    Last Post: Dec 15, 2011, 4:02 PM
  4. Replies: 1
    Last Post: Jun 23, 2011, 9:37 AM
  5. [CLOSED] How to clear the filename in the file upload control.
    By Etisbew in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 22, 2009, 10:39 AM

Tags for this Thread

Posting Permissions