hi,

i'm using swfupload for my website and i love it.
but there's one annoying problem: i press the cancel button, the file upload is aborted, but the php script with move_uploaded_file is still called.
so the script moves a file that is only partially uploaded.

as i thought my php script isn't able to check if a file was partially uploaded, i used the sample written by the swfupload team that checks the file in detail. but move_uploaded_file was called too.

so now i'm looking for a solution to this problem!

best regards and thanks in advance,
hnr