Uploading file in WebClient

dreezdreez Member Posts: 68
edited 2021-01-29 in NAV Three Tier
Hi!

I am developing some functionalities in BC17 for Cloud.
I am currently working on a report which is going to open an excel file and analyse its rows. Done this before in C/SIDE versions.

The problem is when I want to use UploadIntoStream function. The function takes: FromFolder and FromFile parameters but as Microsoft documentation says - the WebClient is ignoring these parameters.

How do I upload a file into a stream in that case, so I could use ExcelBuffer.OpenBookStream function?
Is there actually any way for web client?

Best Answer

  • dreezdreez Member Posts: 68
    edited 2021-01-29 Answer ✓
    I think I got it, so don't bother yourself with this.

Answers

  • dreezdreez Member Posts: 68
    edited 2021-01-29 Answer ✓
    I think I got it, so don't bother yourself with this.
Sign In or Register to comment.