This sounds like a good idea for a PHP 'NetZip'(tm) rip-off. Anyone made
a PHP/JavaScript upload, download program(s) that sends data in chunks,
does
error checking on the chunks, keeps track of the download process, can
pause,
all the Netzip stuff? (And NetZip has some problems, as well as there'
>""Christopher Cheng"" <[EMAIL PROTECTED]> wrote in
>message 989jvm$9r0$[EMAIL PROTECTED]">news:989jvm$9r0$[EMAIL PROTECTED]...
>What should I put in for the parameter jvs_name of the oohform-
>>start? Is
>that a name of another javascript file? Where can I get a sample
>script?
>
>I would like to
On Fri, 9 Mar 2001 09:12:46 -0600, Chris Lee
([EMAIL PROTECTED]) wrote:
>using client side form verification is a bad idea anyhow, just write
>a simple php verify.
Imagine waiting 10 minutes for a 5 MB file to upload on a form just
to get an error message that says 'please go back and fill out yo
> What should I put in for the parameter jvs_name of the
> oohform->start? Is that a name of another javascript file?
> Where can I get a sample script?
> I would like to make sure the clients put in something in the textbox.
If you are talking about Jay Bloodworth's FormClass (one
of the most
using client side form verification is a bad idea anyhow, just write a simple php
verify.
";
foreach ($form_error as $pos => $val)
echo "
$val
";
echo "
";
}
echo "
";
?>
simple stuff, server side is fool proof, client side is foolable.
--
Chris Lee
5 matches
Mail list logo