FileUploadField never has file in Safari

  1. #1

    FileUploadField never has file in Safari

    Hi,

    In Safari (Version 11), the fileupload HasFile property returns False but it works as expected in Chrome.

    Code:

    <ext:FileUploadField meta:resourcekey="uplConsentimientoInformado" runat="server" ID="uplConsentimientoInformado" Flex="1"
    LabelWidth="170" >
    </ext:FileUploadField>
    <ext:Button meta:resourcekey="btnSave" ID="btnSave" runat="server" Icon="Disk">
    <DirectEvents>
    <Click OnEvent="Guardar" />
    </DirectEvents>
    </ext:Button>


    Public Sub guardar()
    If uplConsentimientoInformado.HasFile Then
    Dim a = "ok"
    End If
    End Sub
  2. #2
    Hello @FVNoel, please use the latest version of Ext.NET.

    This issue has already been handled in this thread: FileUploadField not working in IE11.

    Just tested it with safari 11 and the fix applied to it too.
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] Difference layout Safari Ipad vs Safari PC
    By CarWise in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 05, 2013, 3:52 AM
  2. Replies: 1
    Last Post: Dec 06, 2012, 5:27 AM
  3. Replies: 1
    Last Post: Jun 04, 2012, 2:34 PM
  4. Remove file from FileUploadField
    By juredecman in forum 1.x Help
    Replies: 7
    Last Post: Aug 26, 2010, 7:18 PM
  5. FileUploadField file name
    By Kamal in forum 1.x Help
    Replies: 2
    Last Post: Jun 29, 2009, 1:01 PM

Tags for this Thread

Posting Permissions