V ViVaVida New member Sep 5, 2009 #1 I have an ASP page which I upload a picture , I have a variable in this page that holds the url of the pic , now on the other page which I browse the file I want to show the url , how should I call the variable in first page to the other page ?
I have an ASP page which I upload a picture , I have a variable in this page that holds the url of the pic , now on the other page which I browse the file I want to show the url , how should I call the variable in first page to the other page ?
T test New member Sep 5, 2009 #2 Use HTML hidden input, either POST or GET. Cookie or Session can also be used.