[CLOSED] File upload control not working in IE8

Page 1 of 2 12 LastLast
  1. #1

    [CLOSED] File upload control not working in IE8

    Coolite file upload browse button is not working in IE 8 where it is working fine in other version of internet explorer.for instance IE7. Please find the attachement for reference.

  2. #2

    RE: [CLOSED] File upload control not working in IE8

    Hi majestic,

    Can you define "not working"?


    p.s. your attachment was removed. Please avoid posting 2mb screen captures. Everything >1mb is automatically deleted.


    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] File upload control not working in IE8

    Here is the attached screen shot...Can you please look into this...
  4. #4

    RE: [CLOSED] File upload control not working in IE8

    Hi,

    Please provide test sample which reproduces the problem (do not attach any assemblies)
    Does the example from Examples Explorer work correctly for you under IE8?

    https://examples1.ext.net/#/Form/FileUploadField/Basic/
  5. #5

    RE: [CLOSED] File upload control not working in IE8

    Hi,

    Maybe the following forum post can help solve the problem, see


    http://forums.ext.net/showthread.php...28909-5-1.aspx


    Geoffrey McGill
    Founder
  6. #6
    Hi, this link is broken and i need to fix this, can you provide me the correct link
    Thanks
    Quote Originally Posted by geoffrey.mcgill View Post
    Hi,

    Maybe the following forum post can help solve the problem, see


    http://forums.ext.net/showthread.php...28909-5-1.aspx
  7. #7
    Hi,

    We will try to fix the link, but I'm not sure we can do it quickly.

    Could you provide a sample to reproduce the problem?
  8. #8
    Hi, here is an simplified example, because there is a lot of extra code.
    The problem is only in IE8

    <ext:TabPanel ID="tpHeaderInfo" runat="server" Border="true" ActiveIndex="0" DeferredRender="false"
     LayoutOnTabChange="true" EnableTabScroll="true">
     <Items>
      <ext:Panel ID="pnlGeneralInfo" runat="server" Title="General" Padding="6" AutoHeight="true"
       Border="true">
        <Items>
        </Items>
      </ext:Panel>
      <ext:Panel ID="pnlMoreInfo" runat="server" Title="More Info" Padding="6" AutoHeight="true" Border="true">
       <Items>
       </Items>
      </ext:Panel>
      <ext:Panel ID="pnlAttachments" runat="server" Title="Attachments" Padding="6" AutoHeight="true" Border="true">
       <Items>
        <ext:Panel ID="pnlAttachmentsSubPanel" runat="server" Title="Attachments" Height="165" FormGroup="true" Anchor="100%">
         <Items>
          <ext:Container ID="containerAttachments" runat="server" Layout="Column">
           <Items>
            <ext:Container ID="comp2" runat="server" Layout="Form" ColumnWidth=".24">
             <Items>
               <ext:FileUploadField ID="fuAttachment" AnchorHorizontal="99%" runat="server" AutoCreate="true" ButtonText="Search..." FieldLabel="Add attachment" Icon="Attach">                                                               
               </ext:FileUploadField>                                                                
             </Items>
            </ext:Container>
            <ext:Container ID="compe" runat="server" Layout="Form" ColumnWidth=".76">
             <Items>
              <ext:Button ID="btnAdd" runat="server" IconAlign="Left" Text="Add" Icon="Add" Width="70" ViewStateMode="Enabled" Before="if (!#{pnlFile}.getForm().isValid()) { return false; } Ext.Msg.wait('Uploading file...', 'Loading');">
               <Listeners>
                <Click Fn="addAttachment" />
               </Listeners>
              </ext:Button>
             </Items>                                                       
            </ext:Container>                                                        
           </Items>
          </ext:Container>
         </Items>
        </ext:Panel>
       </Items>
      </ext:Panel>
     </Items>
    </ext:TabPanel>
    Quote Originally Posted by Daniil View Post
    Hi,

    We will try to fix the link, but I'm not sure we can do it quickly.

    Could you provide a sample to reproduce the problem?
  9. #9
    Please clarify what Ext.Net sources should we use to reproduce the problem?

    Also please clarify do you have the same issue that @majestic demonstrated by the screen-shot in this post?
    http://forums.ext.net/showthread.php...ll=1#post34787


    I see the issue is related to:
    http://forums.ext.net/showthread.php...ll=1#post70616
  10. #10
    I realized that maybe the issue is related with the fact that my .aspx is being opened inside another .aspx

    Can you check it? I used the control in another pages and it works perfectly..
Page 1 of 2 12 LastLast

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. Replies: 1
    Last Post: Jun 23, 2011, 9:37 AM
  4. Replies: 10
    Last Post: Nov 04, 2010, 3:24 PM
  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

Posting Permissions