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>

Re: post done good somewhere and not elsewhere by jcochran

jcochran
Sat Jun 05 11:16:16 CDT 2004

On Fri, 4 Jun 2004 20:00:25 -0400, "ginette" <ginette@nowhere.com>
wrote:

>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

It worked, you changed ISP's, it doesn't work. What it could be is
your ISP.

>is there a way to fix the size of the multi form data to be smaller then
>1k( at least it could temporary help)

Limit the size on the forms, or split the forms into multiple forms.
But that's not the solution, call your ISP and get them to fix it.

Jeff

> <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>
>