| > is there a way to know how the name of html file
> will be if i know the query string....
It depends. With default settings, it is generally the name normalized (with
special characters tripped), and an ending MD5-hash.
But the most reliable way to know the name is to catch on-the-fly the name
using a callback.
| |