Custom sample module in domino xpages.
Budget: $10 – $30 USD
In my project I need a modul to upload a file to a new/existing notes document using API inside xpages.
I only want to use xpages and javascript. So the file will be uploaded from xpages A and will send POST request to xpages B that will handle the request and attach the file to a specific document in notes.
I need to insert a file to specific document using POST request from xsp A to xsp B, the request will send the targeted document unique id as a request header/parameter/payload idk.
So xsp B will receive the request from xsp A and handle it to insert the file to a targeted document.
If any unique id sent, it means the target is existing document otherwise it is a new document.
The xsp A use a traditional html <input type="file"... instead of fileUpload built in xsp control.
I only want to use xpages and javascript. So the file will be uploaded from xpages A and will send POST request to xpages B that will handle the request and attach the file to a specific document in notes.
I need to insert a file to specific document using POST request from xsp A to xsp B, the request will send the targeted document unique id as a request header/parameter/payload idk.
So xsp B will receive the request from xsp A and handle it to insert the file to a targeted document.
If any unique id sent, it means the target is existing document otherwise it is a new document.
The xsp A use a traditional html <input type="file"... instead of fileUpload built in xsp control.