Displaying 1 result from an estimated 1 matches for "equilvalent".
Did you mean:
equievalent
2006 Feb 02
2
Can Ruby do this?
It may sound very simple:
1. When a user request some file, the program should authorize him
2. Then we send the file location to the browser/download manager so it
can begin to download. (something equilvalent to PHP header ("Location:
XXX")
3. Do something else before we stop the script.
The hardest part is the 3rd one, when we send back the header the script
will stopp too. I was thinking if we can just call another script right
before we send back the header, but there is a flaw in that...