You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by Joshua Chamas <jo...@chamas.com> on 2001/07/11 08:00:50 UTC

Re: problem with multiple select

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: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org