Quote:
Originally Posted by Chuck S Interesting indeed. I will have to see what that is for. |
Maybe stupid, but for so far I know, my server has problems with sessions on the moment the header is already send out.
echo "uploadSuccess event detected";
session_id($_POST["PHPSESSID"]);
session_start();
after the echo there is are some lines with sessions.....
can that why it wont work with the echo line?