And leave datas for runtime-generated files only
GHengeveld |
|
---|---|
PHP will change back the file name before returning the file to the user, so the user will never see the random file name, even when he downloads it. This can be done using header content disposition attachment filename (Google it).
|