Jquery Uploader not saving to a folder in the site root
- by Iain Simpson
im trying to integrate the Jquery Uploader into my website http://blueimp.github.com/jQuery-File-Upload/
The problem I am having is that I cant seem to get it save the folder I want to to save to.
In the UploadHander.php I have the following settings
'script_url' => $this->get_full_url().'/',
'upload_dir' =>…