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
0
Comments
Try this thread:
http://www.mibuso.com/forum/viewtopic.php?t=797
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
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