Hello,
I will upload a file with http and form. When I use "ENCTYPE...", the function cgi_process_data() is never called.
In the thread http://www.keil.com/forum/docs/thread8929.asp someone had the same problem. Perhaps there is a solution meanwhile.
t <html> t <head> t <title>Datei-Upload</title> t </head> t <body> t <FORM ACTION=fileupload.cgi METHOD=POST ENCTYPE="multipart/form-data" NAME=fileupload> t <p>File: t <input name="File" type="file" size="50" maxlength="100000"> t </p> t <INPUT TYPE=SUBMIT NAME=set VALUE="Submit"> t </FORM> t </body> t </html> # This is end of script. It must be closed with period. .