This topic is locked

Passing default values to add page

7/13/2006 10:09:16 PM
PHPRunner General questions
S
stoneiii author

I am attempting to pass values to the add page through the url. Is this possible and if so does any one have an example. I have done this on the login page(automatically login) but can not figure out how to do so on the add page. Thanks in advance for any help.

J
Jane 7/14/2006

Hi,
Generally it's not possible.

You can send a more detailed description of what you want to achieve and I'll try to find a workaround.

S
stoneiii author 7/14/2006

I have an application that is launching the browser and can pass location of a file to upload using the url if the _add.php page will allow it. I was hoping to avoid building a custom page if the current add page would allow me to pass and prefill the file upload location. Thanks for the response and any suggestions.

J
Jane 7/14/2006

It's impossible to prefill file upload location.

It is totally managed by the browser.