Adds the capability to select a file by clicking a button, link, or other element in Tyrian. This works by sending a new Cmd (File.select) and waiting for the resulting Msg. The file can then be read with a further command of FileReader.readText or FileReader.readImage
Adds the capability to select a file by clicking a button, link, or other element in Tyrian. This works by sending a new
Cmd
(File.select
) and waiting for the resultingMsg
. The file can then be read with a further command ofFileReader.readText
orFileReader.readImage