Uploading a file to NAV without a dialog

poppinspoppins Member Posts: 647
edited 2013-07-30 in NAV Three Tier
Hi everyone,
I have upload a file to NAV 2013 without a dialog with the users (I am going to use it with a codeunit run through a job).
I looked at the functions UPLOADINTOSTREAM and UPLOAD and they both contain dialog parameters.
Instead of dialog, I have to get the path to the uploaded file using a setup page.
How can I accomplish that?

Comments

  • ftorneroftornero Member Posts: 524
    Take a look to codeunit 413, there is the function UploadFileSilent that can serve to you.
  • ftorneroftornero Member Posts: 524
    Sorry, no codeunit 413, is codeunit 419 (File Management)
Sign In or Register to comment.