I have a web page to select a file and upload it. After i select the file and click submit on the form it does not go to the correct page instead it stays on the same page and tries to add the page i want to go to on the end of it.
Like so
the "submit page"
localhost/page1.php
Next I click submit and instead of it doing this
localhost/page2.php
It does this
localhost/page1.php/page2.php
my code says <action="page2.php"> it just isn't going there
I have been looking through the code for a while now and I can't figure out what i am doing wrong.
Thanks for the help
Ben