Before, to create a file in the server and download it to the client we just had to something such as:
File.Create(ServerFile)
File.CREATEOUTSTREAM(ServerFile)
DOWNLOAD (...)
Now in Business Central Online those functions are not supported. I'm aware to download I have the DownloadFromStream Function. But I dont know how to create server file first.
Any idea?