ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW crash when using internet toolkit

I am trying to upload a file to an internet server using a webinterface. The HTML code below crashes LabVIEW when executed from within internet explorer. Receiving CGI script and html file are attached. I have narrowed the problem to the property 'enctype="multipart/form-data"'
 
søren h. jensen 
 
 
<html>
<head>
<title>File Upload Form</title>
</head>
<body>
This form allows you to upload a file to the server.<br>
<form action="../cgi-bin/upload.vi" enctype="multipart/form-data" method="post"><br>
Type (or select) Filename: <input type="file" name="uploadFile">
<input type="submit" value="Upload File">
</form>
</body>
</html>
Download All
0 Kudos
Message 1 of 1
(2,692 Views)