• Resolved albcol

    (@albcol)


    Hi,
    would create a redirect link with variables after upload file:

    …/compila-ordine/%filename%

    it works fine but when a file is uploaded the page is not found

    the url page definition is:

    …/compila-ordine/

    thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author nickboss

    (@nickboss)

    Hi, there are several reasons why the URL cannot be found:

    1. The URL is not correct. It must point to the exact location where the file was saved.
    2. The folder that the file was saved is not accessible to the public.

    Regards

    Nickolas

    Thread Starter albcol

    (@albcol)

    Hi,

    thanks for your response.
    I would pass a parameter on the url.
    I see the parameter on the url when upload is successed but
    I don’t know how set the parameter on the url of the next page.
    The problem is not the folder but how set on the url of the arrival page
    the parameter filled from the redirect url triggered from the upload page.
    Thanks

    Plugin Author nickboss

    (@nickboss)

    Can you give me an example?

    Nickolas

    Thread Starter albcol

    (@albcol)

    I think that i resolved the problem.
    I have passed the variable as a parameter with “?”.
    If i will have other problem i’ll write you.
    Thanks

    Plugin Author nickboss

    (@nickboss)

    Yes the first parameter after the URL must have a “?”. If you add more parameters, then you need to separate them with “&”.

    Nickolas

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘redirect varables’ is closed to new replies.