headers and rawurlencode()
Posted: Sat Oct 14, 2006 10:11 am
Anybody happen to know if this line should be encoded and or escaped or not?
Consider that $file could be anything?
Is it a browser issue?
Code: Select all
header("Content-Disposition: attachment; filename=".rawurlencode($file));Is it a browser issue?