Re: [mp2] upload file

2003-04-03 Thread Udlei Nattis
fix problem i need change SetHandler modperl to perl-script, now upload is ok why this happens? i need add any options in SetHandler modperl to use upload ? thanks nattis Stas Bekman wrote: I used of examples these 2 archives but dont functioned in mp1 i dont have problem my mp2 version is

Re: [mp2] upload file

2003-04-03 Thread Stas Bekman
Udlei Nattis wrote: fix problem i need change SetHandler modperl to perl-script, now upload is ok why this happens? i need add any options in SetHandler modperl to use upload ? Please read: http://perl.apache.org/docs/2.0/user/config/config.html#C_SetHandler_ Do you say that you have no errors

Re: [mp2] upload file

2003-04-02 Thread Stas Bekman
I used of examples these 2 archives but dont functioned in mp1 i dont have problem my mp2 version is last cvs version So you have a problem with mp2. Did you upgrade your CGI.pm to the latest version? __ Stas Bekman

[mp2] upload file

2003-04-01 Thread Udlei Nattis
hi, i have problem for upload files testing use CGI and CGI::Simple look file.pm: $cgi = CGI-new; $r-print($cgi-param(test). xxx ); file .html form action=end method=post enctype=multipart/form-data input type=file name=image input type=hidden name=test value=abcdef input type=submit

Re: [mp2] upload file

2003-04-01 Thread Stas Bekman
Udlei Nattis wrote: hi, i have problem for upload files testing use CGI and CGI::Simple look file.pm: $cgi = CGI-new; $r-print($cgi-param(test). xxx ); file .html form action=end method=post enctype=multipart/form-data input type=file name=image input type=hidden name=test value=abcdef