in reply to Do I need a setuid script ?
I would, instead, like to question the need for writing the file at all. You might have a very valid reason for actually writing the file to disc, but I would suggest creating the SWF file on the fly when it is requested, if possible. That way you can send the file directly to the browser without having to store it locally.
Without knowing more about the nature of the cgi-script, I cannot tell if it is feasible. If the SWFfile is created from a single argument, like a textstring, I think you should consider this approach.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Do I need a setuid script ?
by Anonymous Monk on Dec 10, 2001 at 18:54 UTC | |
by fsn (Friar) on Apr 09, 2002 at 17:39 UTC |