JC Fant IV wrote:
>
> So here is what I cam up with. Looks to me like you will not be able to do
> both at the same time.
> Multiple select boxes are not pulling in with a from
> ENCTYPE=="multipart/form-data".
>
I have this fixed in my dev version 2.15. If anyone wants
it, let me know. The diff was:
]]]] diff ASP.pm~ ASP.pm
2911c2911,2912
< $form{$_} = $q->param($_);
---
> my @params = $q->param($_);
> $form{$_} = @params > 1 ? [ @params ] : $params[0];
--Josh
_________________________________________________________________
Joshua Chamas Chamas Enterprises Inc.
NodeWorks <- Web Link Checking Huntington Beach, CA USA
http://www.nodeworks.com 1-714-625-4051
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]