I am using cakephp 2.1 and developing an application it contains more content. So I wanna use xml for uploading the content. Where in xml I am specifying url for image like this http://reelstubs.com/img/users/000da9c6dd7f9b7de04c7e17eb4d5e1e.jpgBut I used cakephp uploader plugin from this website http://milesj.me/code/cakephp/uploader. for image upload so Its giving me an error like "Please upload image photo".This plugin needs an array like\[code\]array( 'name' => '', 'type' => '', 'tmp_name' => '', 'error' => '', 'size' => '' ).\[/code\]So I am not getting like this when I am specifying url in xml. Please help me I am struggling from many days. The work will be more appreciable.