sending file to a webserver from navision 4

rwabelrwabel Member Posts: 32
I'm interested in sending a file (text file) from navision 4.0 to a webserver.
Since Navision 4.0 is now using the .NET framework, I guess it could be done very easy. Or is that in Navision a complex thing to do?

The problem is that I couldn't find any kind of documentation for such things. Do they even exist?

thanks

Comments

  • WaldoWaldo Member Posts: 3,412
    I don't exactly understand your question ... , but I guess you want to send an exported file through FTP to a webserver?

    Try this thread:
    http://www.mibuso.com/forum/viewtopic.php?t=797

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • rwabelrwabel Member Posts: 32
    I don't know the possibilities that exist to upload a file to such an URL
    https://www.domain.ch/sec-cgi/var-upload.cgi from within Navision 4.
    This is a form where u can choose a file and upload it by web.

    <form action="/sec-cgi/var-upload.cgi" enctype="multipart/form-data" method=post>

    <input type=file name="userfile" size=40>
    <br>
    <input type=submit name=action value="Upload">
    <input type=reset value="Reset">
    </form>

    Can I do that by some kind of http send possiblities or by ftp?

    thanks a lot
  • timosman369timosman369 Member Posts: 16
    have you managed to do that? :wink:
Sign In or Register to comment.