File transfer with Apache2::Upload and XMLHttpRequest

2010-07-28 Thread Michael Wichmann
I tried to switch from the 'common' way to send a file to the server, which is in my case: a) define a form with an file-input-element: form method=post action=gallery?action=upload_image enctype=multipart/form-data input type=file name=file/ input type=submit value=Submit / /form b)

lookup of 'WPort::Startup::ChildInitHandler::handler' failed

2009-10-25 Thread Michael Wichmann
Hi, does anyone know why I get this error message in my apache log? I am using the following setup: File: /var/www/htdocs/wport/Startup.pm package WPort::Startup; [...] my $server = Apache2::ServerUtil-server; my $conf = EOC; PerlChildInitHandler WPort::Startup::ChildInitHandler Alias