Re: Correct way to upload a file

2007-08-15 Thread Mag Gam
Thanks Fred. The problem is, I don't have access to httpd.conf, therefore I can't run scripts like that. Is there an alternative? TIA On 8/13/07, Fred Moyer <[EMAIL PROTECTED]> wrote: > > [please cc the mod_perl list when responding] > > Mag Gam wrote: > > Fred: > > > > Thanks. Looks like I may

Re: Correct way to upload a file

2007-08-13 Thread Fred Moyer
[please cc the mod_perl list when responding] Mag Gam wrote: > Fred: > > Thanks. Looks like I may look into Mason for its simplification. I don't think I have a the patience or enthusiasm to learn the REquestReq feature of Mp2. It's not that hard, I would say it's no more complex than Mason (

Re: Correct way to upload a file

2007-08-11 Thread Fred Moyer
> I noticed I have to use Apache::Request and Apache::Cookie. > In, http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html, there is > a > $r which is request object. How do I create that? Is there an example > anywhere I can follow? It sounds like you haven't created a mod_perl handler befor

Re: Correct way to upload a file

2007-08-11 Thread Mag Gam
I noticed I have to use Apache::Request and Apache::Cookie. In, http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html, there is a $r which is request object. How do I create that? Is there an example anywhere I can follow? On 8/10/07, Jonathan Vanasco <[EMAIL PROTECTED]> wrote: > > > On

Re: Correct way to upload a file

2007-08-10 Thread Jonathan Vanasco
On Aug 10, 2007, at 10:25 PM, Mag Gam wrote: I have just started learning perl and mod_perl, and I must admit I am enjoying it a lot! I am tying to upload a file, so I can do some calculations to the file, my question is what is the "correct" and most "efficient" way to upload the file, an