Hi everyone,
In C/AL, I used CopyServerFile function in Codeunit "File Management" but it's not work in A/L.
an error occurs like this Error:The type or method 'CopyServerFile' cannot be used for 'Extension' development.
So, there is another way to browse a file from client then upload it to server?
Thanks,
0
Answers
Dynamics NAV 2018 on premise and implement by extension.
Can anyone guild me how do I get the uploaded file?
Thanks,
you need to work with your stream instead
https://docs.microsoft.com/en-us/dynamics-nav/instream
Thank you for your reply. Now I use DOWNLOADFROMSTREAM function to locate the file from stream.
Thank you very much,