| > > page?param1=value1¶m2=value2 as
> > page.html@param=value¶m2=value2
>
> The file won't be useable anymore by the Windows explorer
> (bad extension)
Well, that is simple to fix: put the extension in the end.
Enterprise explorer uses an internal server, but that
doesn't mean that it's impossible to solve.
Using page.html-param=value¶m2=value2.html or something
like that would solve the problem.
> There is no simple way - the simplest one is to make a
> small plugin (.dll or .so) that will handle file renaming -
> see callbacks-example-filename.c and callbacks-example-
> filename2.c in the libtest/ directory of the source archive.
I can take a look, but there is a simpler way: in that
dialog that we can configure the filename format, add a new
variable (like %q = formatted query string). There is no big
deal in this, just get the old query string, replace one or
two illegal filename characters and it's done.
I think this would be a great feature. | |