On NAV 2017 i used a dotnet variable (System.IO.Path, ect) to handle the file management. For example to upload a new file, to download ect... Now i upgraded the code to AL but this does not work for the web client not for windows. For the windows client i used this:
https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-get-started-call-dotnet-from-al
Is there any possibility to do that on AL code?
Thanks
Answers
May this blog will help you. <<https://navbitsbytes.com/2017/12/08/al-extensions-importing-and-exporting-media-sets/>>
You can use DownloadFromStream function to save your file to physical path.