Help, trying to load an image of user's choice

Monkey Targets Forums/HTML5/Help, trying to load an image of user's choice

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.....






[EDIT]Analysing this a little later, I can see that I maybe need to invoke the AddFileRequester within my LoadMyMapButtonPressed method..... somehow:-


For Local I:= 0 Until fileButtons.Length ' FILES_NEEDED Self.fileButtons[I] = AddFileRequester(repeater, bodyNode) Next


MonkeyPlotter(Posted 2017) [#2]
A bit more digging revealed the following info, I see.

http://www.monkey-x.com/Community/posts.php?topic=5271