retrieve attachment in binary format when user uploads attachment
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 01:35 AM
This is my use case:
- when user attaches a file on a form, I need to send this file (in binary format) to a server using rest api.
- this file should not be saved in the sys_attachment and sys_attachment_doc table at all until I get a reply from the server on the status of the file.
I understand that I am unable to extract the file at all since it is not in the sys_attachment and sys_attachment_doc table.
0 REPLIES 0