this simple form is able to be post from some users and
not from others. in that case it does:
when the date is over 1k it stoks, seams to do nothing, and after long time:
page can not be displaid...
it worked well before we changed our ISP and it isworking well on and other
hosting site
what could it be
is there a way to fix the size of the multi form data to be smaller then
1k( at least it could temporary help)
<FORM NAME="frmDocument" ID="frmDocument" ACTION="./Document_Save.asp"
METHOD="POST" ENCTYPE="multipart/form-data">
<TABLE CLASS="AgxTable"><TR><TD>
Name*<BR>
<INPUT NAME=NAME TYPE=TEXT STYLE="width:500px;"><BR><BR>
File*<BR>
<INPUT NAME=Binary TYPE=FILE STYLE="width:500px;"><BR><BR>
Comment<BR>
<TEXTAREA NAME=Comment STYLE="width:500px; height:50px;"></TEXTAREA><BR>
</TD></TR></TABLE><BR>
<INPUT TYPE=BUTTON ONCLICK="frmDocument.submit();return false;"
VALUE="Send">
</FORM>