View Single Post
Old July 19th, 2009, 08:09 PM   #38 (permalink)
doodsaai
Junior Member
Verified Customer
 
Join Date: Jun 2009
Posts: 12
Quote:
Originally Posted by Chuck S View Post
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?
doodsaai is offline   Reply With Quote