Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-60001

FileReader API in QWebEngine

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.9.0
    • WebEngine
    • None
    • win7 x64, Firefox(52.0.2), Google Chrome

      When i try to use FileReader with Firefox(52.0.2) console, or Chrome it works.

      var userFile = document.getElementById ( 'fileIInput' ).files[0];
      var reader = new FileReader;
      reader.readAsDataURL (userFile);

      Same in WebEngine Page will leave reader in infinite loading state, so i cant use files, that user chosed, in my 'core' object.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt_webengine_team Qt WebEngine Team
            a.sokolov Aleksandr Sokolov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes