Substitution for UploadFileSilent on web client

Does it exist substitution for UploadFileSilent (not supported on web client) in AL. I tried with UploadIntoStream, but it opens dialog box to choose file, which I don't want.

Answers

  • DuikmeesterDuikmeester Member Posts: 304
    So you want a silent upload file to server function? Impossible.
  • ftorneroftornero Member Posts: 522
    Hello @tomasevicstefan ,

    In the web client you do not have direct access to the computer ressources, so you need to use Azure Storage or something similar.

    Regards.
  • tomasevicstefantomasevicstefan Member Posts: 51
    So you want a silent upload file to server function? Impossible.

    I can't accept that something is impossible. What are my options then?
  • DuikmeesterDuikmeester Member Posts: 304
    A self-made local executable that picks a file and sends it to a NAV webservice. Not from within the web client.
  • snehanshusnehanshu Member Posts: 9
    Anyone has a sample on local executables sending a file to Business Central?
  • SanderDkSanderDk Member Posts: 497
    A different approach is to use Azure service bus to navigate throw client folder structure, but I have not seen it done silent
    For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
Sign In or Register to comment.