I got a function, I want to import this into C2 and parse a file into this, saving it into an array.
Is there a way to:
1. Import a whole javascript function
2. Have an file select dialogue
I already have an HTML file select page with a converter function that converts a JSON file with our datastructure into a file that C2 understands. This is running on qdekoster.nl/testing.html (can't post complete urls yet) In the source code of this page, the function is also visible.