Topic: Upload status:100% but can't see the "real file", only tmp file
Hi, first of all thanks for this superb uploader. However, I have a problem: the upload is happening ( the done.gif icon is in the status column)
but the "upload_tmp_dir" folder isn't created and the file isn't anywhere.
So what I did is create the upload_tmp_dir mannualy, and also changed in the "upload.php" file that line of code:
$targetDir = ini_get("upload_tmp_dir") . DIRECTORY_SEPARATOR . "plupload";
to
$targetDir = "../upload_tmp_dir";
and what happens now is that the file is uploaded into the upload_temp_dir folder as a *.tmp file, but it stays there and doesnt get moved in another folder.
Any clues on what could be the solution? Many thanks in advance.
-Jay