[CLOSED] FileUploadField is not working

  1. #1

    [CLOSED] FileUploadField is not working

    Hello, in my web-form application the "FileUploadField" control is not showing the file-open dialog on few initial clicks (general first 3 clicks) but then it shows the dialog after I have used some features of the form like click on some other buttons which invokes some direct events, I cannot post the source because this is happening in all pages. I have tested this on different computer also browser I have targeted is Google Chrome.

    Further, In my application I have override the WebPage "SavePageStateToPersistenceMedium" method just to disable the view-state, since I don't want any view-state to be generated.
    Last edited by Daniil; Jan 12, 2015 at 6:12 AM. Reason: [CLOSED]
  2. #2
    Hi @VSPL,

    Welcome to the Ext.NET forums!

    I cannot post the source because this is happening in all pages.
    Yes, we don't need all the pages, but we need a test case to reproduce it.

    FileUploadFields in this example appears to be working.
    https://examples2.ext.net/#/Form/FileUploadField/Basic
  3. #3

    Found the issue

    Hello, Thanks for the reply, we've found the issue it was with below CSS in our code:

    input.x-form-file-input
    {
        width:100%;
        margin: 0 auto;
    }
    If we remove this CSS, then the file upload control works properly for every click. In past I've placed this CSS when I've a form with some file upload controls and lots of buttons together in panel or toolbar there was some issue which I exactly don't remember the case right now, I will revert to you back in future if I require further support. Thanks

Similar Threads

  1. [CLOSED] Tooltip on FileUploadField is not working
    By Hlodvig in forum 2.x Legacy Premium Help
    Replies: 7
    Last Post: Dec 02, 2013, 11:28 PM
  2. [CLOSED] FileUploadField not working when applying the last update
    By cleve in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 02, 2012, 11:49 AM
  3. Replies: 0
    Last Post: Sep 15, 2012, 9:26 AM
  4. Replies: 1
    Last Post: Aug 23, 2011, 7:09 PM
  5. Replies: 0
    Last Post: Apr 15, 2010, 3:15 AM

Tags for this Thread

Posting Permissions