[En-Nut-Discussion] File upload via Http
    Ralf Spettel 
    r.spettel at raumcomputer.com
       
    Fri Mar 11 13:28:27 CET 2005
    
    
  
Hello, is there a way to upload a file to the Nut via HTTP.
It should be possible with a website code like this:
--------------------------------------------------------------------------------------------------------------
<html>
<body>
<form method =" POST" action="cgi-bin/query.cgi" enctype="multipart/form-data">
   <p>Select File<br>
     <input name="File" type="file" size="50" maxlength="1000">
     <input type=submit value="Send">
   </p>
</form>
</body>
</html>
--------------------------------------------------------------------------------------------------------------
But on which way can i get the data? Does anyone have a codesnipe ?
thx, Ralf
    
    
More information about the En-Nut-Discussion
mailing list