How to transfer file from local Desktop to Unix?
Hello experts,
I am developing a solution to create an external HR portal. Once of the functions is to create Leave of Absences via the portal. The portal will interact with Oracle EBS R12.2 via REST APIs. I am developed the REST APIs to apply, modify, cancel Leave of Absences and they all are working.
I now wish to build the functionality wherein the user can upload attachments from local desktop (any filetype, even images). The file must be attached to the Leave record as an attachment. I am stuck on how to upload/transfer the file from local desktop to Unix. (After the file is moved to the Unix folder, I have written the code to attach the file to the Leave record). But getting the file from desktop to Unix is the issue.