Hi, thanks another time, I really apreciate the help in this group.

I 'm using this piece of html code with the intention of send a code to my 
server and the lenguage of the code, in wich my server will compile it and 
make some tests:

"<html><body>Upload example."
        "<form method=\"POST\" action=\"/upload2\" "
        " enctype=\"multipart/form-data\">"
        "<input type=\"file\" name=\"file\" /> <br/>"
        "<input type=\"submit\" value=\"Upload\" />"
        "<br>"
        "<br>"
        "My code lenguage:"
        "<br>"
       


* "<select>"        "<option value=1> C </option>"        "<option value=2 
selected> C++ </option>"        "</select>"*
        "</form></body></html>");

I have all implemented, and I only need to take the value C or C++ to 
proced to compile in the lenguage, I have found some examples unsing 
javscript or php lenguag but neither is in C or even mongoose, is there and 
easy way to get this information?
Perhaps is there a function in mongoose to get this parametrer form the 
request? Thank you very much, I'm a bit lost, but little by little I'm 
understanding how mongoose, HTTP, and server side tecnologies works, 
thanks!!

This project is a cooperation project, and it will be all open to public.

-- 
You received this message because you are subscribed to the Google Groups 
"mongoose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mongoose-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to