Re: How to avoid accidental re-sending of POST data

2004-12-04 Thread Marek Kilimajer
Ingo Weiss wrote: Hi, this must be a common problem and I was wondering what commonly used strategies to solve it are: How can I avoid that a user re-sends a POST form when hitting the reload button on a result page? The browser typically warns you when you want to do that but I was wondering wheth

Re: output buffering

2004-11-30 Thread Marek Kilimajer
Ing. Branislav Gerzo wrote: Marek Kilimajer [MK], on Tuesday, November 30, 2004 at 15:59 (+0100) wrote: MK> Just my idea, not sure if it will work: use urlrewriting to catch all MK> requests with one script, in that script read the original request, call MK> it and catch it's ou

Re: output buffering

2004-11-30 Thread Marek Kilimajer
Ing. Branislav Gerzo wrote: hi all, is there any possibility, how to easy and fast install some script, which changes perl script output ? For cleaner explanation: I want do script which takes *any* (perl,cgi site) output, parse it for mails ([EMAIL PROTECTED]) and all occurencies changes to [2g]-a

Re: Forcing download of compressed file

2004-11-26 Thread Marek Kilimajer
Sean Davis wrote: I have a simple question: I have a file that is a tar.gz file that I want download to the user when a form is submitted. The file is static and I know how to set headers, etc., for download. Is there a specific header type for tar.gz files (so that the browser will try to unc