Page 1 of 1

Use forward AND post AND forwardparameters

Posted: Sun Jan 27, 2008 9:27 pm
by import
Hi,

I currently parameter forward to redirect after the upload to a file php. It works.
To retrieve a list of files upload, I use a parameter forwardparameters to true.

My page forward = fin_trans.php? Filename1 = test.jpg & filename2 = test2.jpg . It works.

But I do not want the url contain filenameX

I added postparameters = true but that does not change.

If I use the POST parameter, I am not redirected.

Thanks for your help.

Re: Use forward AND post AND forwardparameters

Posted: Sun Jan 27, 2008 9:27 pm
by import
You want to get upload files list but not with filenameX, ... ? You can use "post" + "postparameters" + "forward". Then the PHP script will receive the filenames in an HTTP POST request and the applet will forward to fin_trans.php without any parameter.

Re: Use forward AND post AND forwardparameters

Posted: Sun Jan 27, 2008 9:27 pm
by import
It works.

Thanks

Laurent