Re: File transfer with Apache2::Upload and XMLHttpRequest

2010-07-28 Thread André Warnier
Michael Wichmann wrote: 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: b) define mod_perl code, that saves the file-data inside a handler, something like: my $apr = Apache2::Request->ne

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: b) define mod_perl code, that saves the file-data inside a handler, something like: my $apr = Apache2::Request->new($r); my $upload = $a