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

  • Duikmeester
    Duikmeester Member Posts: 309
    So you want a silent upload file to server function? Impossible.
  • ftornero
    ftornero Member Posts: 524
    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.
  • tomasevicstefan
    tomasevicstefan 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?
  • Duikmeester
    Duikmeester Member Posts: 309
    A self-made local executable that picks a file and sends it to a NAV webservice. Not from within the web client.
  • snehanshu
    snehanshu Member Posts: 9
    Anyone has a sample on local executables sending a file to Business Central?
  • SanderDk
    SanderDk Member Posts: 507
    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.