Use forward AND post AND forwardparameters

Upload core product.
Post Reply
import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Use forward AND post AND forwardparameters

Post 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.

import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Re: Use forward AND post AND forwardparameters

Post 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.

import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Re: Use forward AND post AND forwardparameters

Post by import »

It works.

Thanks

Laurent

Post Reply