Anyone had any success getting BrowserPlus Uploader to post to a Lotus Domino Server?

For an HTML5 uploader, it's necessary to include Domino's own 'upload file control', use Javascript to read its name attribute, and assign this to the multipart parameters of the upload, something like:

'Content-Disposition: form-data; name=FileUploadControl's Name Attribute'

Is this possible with BrowserPlus?

Any help would be greatly appreciated.