File Parser and Image Loader

Monkey Forums/Monkey Code/File Parser and Image Loader

MonkeyPlotter(Posted 2017) [#1]
The following code will 'load' data from three separate files, using 3 separate 'Browse' buttons initially presented within the browser - (for example, a notepad file with the text 'test1' written within it. Then, buttons are presented within the interface to permit the user to load an image of choice from his device.

The hitch is I'm still trying to figure out how to modify the code I'm using to parse the files to actually load an image from the users device. This code is for HTML5, any help appreciated ;)






Its the Method OnLoadMyMapButtonPressed:Void() I'm trying to populate with the pick an image via a browser syntax.....

Any help appreciated ;)