Hi. Thanks but already tried there. The only way they suggest is by directing to another php page, but that would mean having to create a seperate page for users to go to to upload files which I don't want to do which is why I'm using XMLHTTP to load the different pages into the DIV.
Do you know how I can use POST rather than GET when loading pages using XMLHTTP? At the moment it is using POST to read teh pages from teh server, but I can only send information to pages via GET so far 🙁 any ideas?