oops, should have double checked the 'to'. Sorry.
Original Message
Subject: Re: [PHP] Submit Button Refresh Problem?
From:Andrew Séguin <[EMAIL PROTECTED]>
Date:Mon, January 5, 2004 12:26
To:___
-
your file is sent through post.
If your post upload max size is smaller then your upload max size, then
the file wouldn't all fit within the post data that PHP will accept. Your
upload would then get blocked.
Therefore, post_max_size should be set to a larger value then
upload_max_filesize to allo
It looks like your form tag is missing some attributes needed to point
your browser to the script as to where to submit the data.
if you were to try with your form tag as ??
Andrew.
ps: if that doesn't work, may I recommend inserting
echo(""); print_r($_POST); echo("");
to see what your post
3 matches
Mail list logo