LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to access the test report( excel) after the test through web server?

Hi, 

  In my application I am developing an test system. In that test application after the test completed, the test report in the form of excel sheet will be generated. Now I have to access that report through the webserver. How to access the generated report through webserver.

 

 

Thanks in advance

0 Kudos
Message 1 of 2
(2,639 Views)

What web server are you talking about? Do you already have one or are you talking about using LabVIEW web services?

 

If you're using a web server on the same machine, you just need to copy the files into an appropriate folder under the www root directory for the web server. If it's a web server on the internet, you can usually upload files via FTP/SFTP or use a HTTP script to POST the files.

 

 


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 2 of 2
(2,611 Views)