Topic: plupload short tutorial please?

Hi,

I have downloaded Plupload.

So if I want to test is on my website I thaught that is just have to change this rule in upload.php:


From this:

// Settings
$targetDir = ini_get("upload_tmp_dir") . DIRECTORY_SEPARATOR . "plupload";

to this:
// Settings
$targetDir = ini_get("images") . DIRECTORY_SEPARATOR . "/";

I have uploaded the JS file and the example file.
In the example file I have made the image map where i'm reffering to in the upload.php file.

when I surf to www.../example/queue_widget.html
I select a few images and upload these but when I look in the image map there is nothing there?

what am I doing wrong ???

Grtz B