> I don't have optUndefToEmptyValue set, so the default behavior is
> that empty items aren't put in %fdat.  However when I changed my form
> type to multipart/form-data, the the behavior changed.  Now are
> inserted in %fdat.

Yes, that's inconsitent, but it's the way it is...

To get the old behaviour put the following code at the top of your page

[-
foreach (keys %fdat)
    {
    delete $fdat{$_} if ($fdat{$_} eq '') ;
    }
-]

Gerald




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to