Hi.

I'm re-coding my website at the moment using the XMLHTTPrequest object in Mozilla and IE but cannot find anywhere that tells me how I can upload files using the object and PHP (seen plenty of ASP methods but don't want to use ASP or VBcode).

Anyone got any ideas?

Thanks.

    I found this. The client side is written in XUL and Javascript, but I expect HTML and Javascript is the same.

      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?

        Write a Reply...