Re: PerlAccessHandler -- struggling and drowning

2001-05-03 Thread David Kenzik
will trillich said... problem: some browsers see 'redirect' and ignore all other headers, so the cookies aren't set. when the browser arrives at the login area, there's no cookie to send there, to formulate a return-to address from. What percentage of 'some browsers' is your user

Re: Unsubscribe Instructions

2001-01-10 Thread David Kenzik
Vaughn Staples said... What is the proper method to unsubscribe from the modperl list? Unsubscribe instructions are included in every email to the list. Look at the headers. You can also find instructions at the mod_perl website: http://perl.apache.org/#maillists -- David S.

File Upload Issue

2000-10-05 Thread David Kenzik
I apologize if this has been covered, but I wasn't able to locate anything explicit in the archives pertaining to my situation. I'm using Apache::Request 1.31 to handle file uploads, which work just fine. I can upload all day. I'm also using the apr-parse method to grab status on the upload

Re: $r-path_info question

2000-06-27 Thread David Kenzik
Drew Taylor said... Hi all, Hi. I currently am using my $filename = (split /\//, $r-path_info)[1]; but it seems like such a hack. What is the "suggested" way to get the "A1234567.jpg" part of the above URL? Since Apache sets path_info by scanning the physical filesystem,