Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
there is no ready portable. I join Puma Thailand , try to do it yourself. there are tools for automation, for example: cameyo.com and www.evalaze.de/en/Evalaze/Download
there the program itself is not complicated, make a portable version yourself
Something like this:
location /getfile {
try_files $arg_dir/$arg_name @genfile;
}
locaiton @genfile {
......
}
To decode base64, you can use the nginx module github.com/agentzh/set-misc-nginx-module and its set_decode_base64 $b $a command;
You can try to do rewrite with regexp, which will pull out the value of the parameters. And then use try_files.
Here wiki.nginx.org/Pitfalls has a description of this pattern.
On the subject of base64 - you can store files with names immediately in base64, if they are accessed that way.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question