Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't able to upload excel file using node rfc #308

Closed
nilesh-bhoi opened this issue Oct 26, 2023 · 1 comment
Closed

Can't able to upload excel file using node rfc #308

nilesh-bhoi opened this issue Oct 26, 2023 · 1 comment
Assignees
Labels

Comments

@nilesh-bhoi
Copy link

We have created an function in sap . whenever we call this function we will take excel file from file manager now i have to implement this by using node rfc library, can you help me to resolve this issue

@bsrdjan
Copy link
Contributor

bsrdjan commented Nov 6, 2023

Hello @nilesh-bhoi,

you basically need to stream the local FILE object. The example below might help:

Check ui component to select or drag/drop file to upload:
ui-file.html
ui-file.js

and check the this Python service "POST" method for DMS document upload. It works the same way with nodejs
server/serve.py#L302

If more support needed, consulting services can be provided, not free of charge.

@bsrdjan bsrdjan self-assigned this Nov 6, 2023
@bsrdjan bsrdjan closed this as completed Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants