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?
0
Answers