Topic: move_uploaded_file, where does it go?

I've got the uploader working correctly, I have the files uploading to my /tmp/plupload directory but where do I place the move_uploaded_file code?  I'm at a loss.

Any help is greatly appreciated.

Thanks very kindly in advance.

Re: move_uploaded_file, where does it go?

Well honestly, I feel a bit silly.  I've got things working as they should be now.  I'll post an example when I have things working fully.

Re: move_uploaded_file, where does it go?

@dohertywa, did you find out how to move the uploaded files from the php tmp folder to a specific folder?

Do you know what's necessary to fill in the <form ..> for just upload files to a specified folder?

I'm needing plupload for a basic usage, that's why I'm asking.

Thanks in advance.

Re: move_uploaded_file, where does it go?

In hopes of helping, I have posted our solution to a pastebin.

http://pastebin.ca/1857234

If you have questions please email me.

Hope it helps.

Re: move_uploaded_file, where does it go?

Thanks dohertywa, the full path for $TargetDir did the trick.
If you find out how to use move_uploaded_file without needing to use full path for TargetDir and if you can share the solution I'd appreciate.

Thanks again!