That’s a start but this sample seems half baked.
The global is called “uploadFile” with a lowercase “u”.
The file is called UploadFile.uno, with a uppercase “U”.
The class is called “Upload”.
We require: var Uploader = require(‘UploadFile’); which doesn’t work for me. While we use the class with the name “Uploader”.
Is this working for anyone or have we come up with another way, like the FormData implementation for using with XMLHttpRequest.
Cheers.
-P