Ok, I hope this will be my last question in a series of Q\'s regarding dynamic file upload.
I\'m using AjaxFileUpload Plugin and try to work with the FORM data in my
You are assigning
fileElementId:'uploadFile',
but your file field doesn't in fact have that ID.
And your PHP script should look in
$_FILES["uploadFile"]["name"]