Response.Write "<br>edituser:" & Request.Form("hdd_edituser")
Response.Write "<br>file:" & Request.Form("txt_file")
Response.Write "<br>len:" & Request.ServerVariables("CONTENT_LENGTH")
---------------
Result:
edituser:
file:
len:424
Response.Write "<br>edituser:" & Request.Form("hdd_edituser")
Response.Write "<br>file:" & Request.Form("txt_file")
Response.Write "<br>len:" & Request.ServerVariables("CONTENT_LENGTH")
---------------
Result:
edituser:
file:
len:424