File picker with input tag crashes application
Author: robsonfjCreated Sep 5, 2019Updated Sep 5, 2019
This page with an input tag crashes carlo when tries to open a file picker. I`m runnin on ubuntu 19.04
<html>
<body>
<h1>Hello World!!</h1>
<label for="avatar">Choose a file:</label>
<input type="file" id="fileinput" name="fileinput" accept="image/png, image/jpeg">
</body>
</html>Source: GoogleChromeLabs/carlo