Upload multiple files!

I’m trying to make a button which can upload multiple files in Flash.
This is my code so far:
AS3: http://pastie.org/320443
PHP: http://pastie.org/320444

The problem is that the console in Flash does say that the files are uploaded, but they are not.
I’ve tried to replace the PHP to just echo “test”; and Flash still says it is uploaded.

So what is wrong with the script and why does Flash says that files are uploaded when they aren’t?