Clayton Cottingham wrote:
yah its calling it properly:

 my $apr = Apache::Request->new(
        shift,
        POST_MAX        => 10 * 1024 * 1024,    # in bytes, so 10M
        DISABLE_UPLOADS => 0
    );

how would one make a test to make sure the file is uploading properly?
and what about multipart form?

Clayton, sorry, but I did tell you where to look for examples:
http://marc.theaimsgroup.com/?l=apache-modperl&m=107541472424933&w=2
Please scroll to the end of this email. Have you missed that part of my reply by mistake? It does *exactly* what you need.


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to