[FIXED] [#1552] [4.4.1] FileUploadField not working on IE11

Page 1 of 2 12 LastLast
  1. #1

    [FIXED] [#1552] [4.4.1] FileUploadField not working on IE11

    Ext.Net 4.4. examples: FileUploadField Form Example is working on Chrome, but not on IE11. FileUploadField has no file attached (HasFile property always false).
  2. #2
    Hello @moldeveloper!

    Would you be as kind as to link to the example so we can be sure we are looking at what you're pointing?
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Absolutely:
    https://examples4.ext.net/#/Form/FileUploadField/Basic/

    It's the third paragraph: Form Example
  4. #4
    Hello again, @moldeveloper!

    Thanks for providing the link, but we are not facing the issue you reported on that example. We get the file not only uploaded but it says the file size. Using google chrome in the test. Did you use any specific web browser or setting?

    Check out our test result: animated gif of test case replay.

    I hope this helps!
    Fabrício Murta
    Developer & Support Expert
  5. #5
    The example doesn't work on Internet Explorer 11 (on Chrome it works well, I know it).
    Can you test it?
    Last edited by moldeveloper; Sep 25, 2017 at 10:50 AM.
  6. #6
    Oh! Sorry, you really mentioned it more than once, I guess I just skipped reviewing the first comment before placing the reply.

    I could reproduce this here. We'll check this out to see what's happening and get back to you. Thanks for reporting!
    Fabrício Murta
    Developer & Support Expert
  7. #7
    Thank you Fabricio, keep me updated.
  8. #8
    Hello!

    We could find a (hopefully!) nice way to fix this issue for MS-IE and MS-Edge browsers.

    Unfortunately, IE9 does not support the input type="file"'s "File API", so versions of MS-IE prior to 10.0 will not support the file upload field at all. A table of browsers supporting this required API is listed here: http://caniuse.com/#feat=fileapi

    The fix has been applied to current Ext.NET sources and will be publicly available as soon as Ext.NET 4.4.1 is released.

    Hope you appreciate the news! Thanks again for reporting!
    Fabrício Murta
    Developer & Support Expert
  9. #9
    And with the just-released Ext.NET 4.4.1, you can check directly on the example you pointed. It should work fine on both IE and Edge.

    Please notice, in case you use Internet Explorer 9 or older, it will not work at all, because the browser does not support the file field technologies (FileAPI) required for the ExtJS's Ext.form.field.File component to properly work.

    https://examples4.ext.net/#/Form/FileUploadField/Basic/
    Fabrício Murta
    Developer & Support Expert
  10. #10
    Thank you Fabricio for the support.
    It works!
Page 1 of 2 12 LastLast

Similar Threads

  1. [CLOSED] FileUploadField is not working
    By VSPL in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 10, 2015, 3:46 AM
  2. Replies: 6
    Last Post: Jul 12, 2013, 6:07 AM
  3. [FIXED] [1.7] FileUploadField Note Property
    By ambruslaco in forum Bugs
    Replies: 6
    Last Post: Apr 29, 2013, 10:57 AM
  4. Replies: 0
    Last Post: Apr 15, 2010, 3:15 AM
  5. [FIXED] [1.0] FileUploadField button behaviour
    By Neil_Walters in forum Bugs
    Replies: 1
    Last Post: Feb 01, 2010, 10:00 AM

Tags for this Thread

Posting Permissions