How “forwardparameters” work if I upload many files ?
Depending on browser, URL size is limited (from 256 to 4000 characters) so the generated URL might be too long (http://company.com/another.html?filename1=…) if you upload more than 100 files. The solution is to use “post” and “postparameters” to get all filenames (because there is no limitation in POST size) and use “forward” parameter only to redirect.