JDK-8207772 : File API and FileReader should be supported in WebView
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8u171,openjfx11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-07-18
  • Updated: 2020-01-31
  • Resolved: 2018-12-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 Other
8u211Fixed openjfx11.0.3Fixed
Related Reports
CSR :  
Duplicate :  
Relates :  
Relates :  
Description
WebView does NOT have support for the FileReader api so there is no easy way to validate a file contents before uploading it to the server. Ideally,  they would have FileReader support.


Comments
Changeset: ce2b158a0afe Author: mbilla Date: 2018-12-11 23:23 +0530 URL: http://hg.openjdk.java.net/openjfx/jfx-dev/rt/rev/ce2b158a0afe 8207772: File API and FileReader should be supported in WebView Reviewed-by: kcr, arajkumar, mschoene
11-12-2018

github link to PR: https://github.com/javafxports/openjdk-jfx/pull/250
30-10-2018