Re: Problem when trying to upload zip/rar files with the milesjohnson's upload plugin

2011-06-08 Thread axell9641
any ideas??? -- View this message in context: http://cakephp.1045679.n5.nabble.com/Problem-when-trying-to-upload-zip-rar-files-with-the-milesjohnson-s-upload-plugin-tp4458874p4470353.html Sent from the CakePHP mailing list archive at Nabble.com. -- Our newest site for the community: CakePHP

Re: Problem when trying to upload zip/rar files with the milesjohnson's upload plugin

2011-06-08 Thread Miles J
Does it work with regular files? Also, can you paste the whole error, the image is cutting it off. And lastly, make sure you are using the latest version. https://github.com/milesj/cake-uploader/downloads On Jun 8, 11:21 am, axell9641 axell9...@gmail.com wrote: any ideas??? -- View this

Re: Problem when trying to upload zip/rar files with the milesjohnson's upload plugin

2011-06-08 Thread axell9641
Miles J wrote: Does it work with regular files? Yes, it certainly does. It works wonders with regular files Miles J wrote: Also, can you paste the whole error, the image is cutting it off. Ok, there you go: -Notice (8): Array to string conversion

Re: Problem when trying to upload zip/rar files with the milesjohnson's upload plugin

2011-06-08 Thread Miles J
So what is the value of $data['name']? Because on this line: $this-data['Publicacione']['link_referencia'] = $data['name']; You are setting the value, but it seems like $data['name'] is an array. On Jun 8, 2:28 pm, axell9641 axell9...@gmail.com wrote: Miles J wrote: Does it work with

Re: Problem when trying to upload zip/rar files with the milesjohnson's upload plugin

2011-06-07 Thread axell9641
any ideas??? -- View this message in context: http://cakephp.1045679.n5.nabble.com/Problem-when-trying-to-upload-zip-rar-files-with-the-milesjohnson-s-upload-plugin-tp4458874p4462333.html Sent from the CakePHP mailing list archive at Nabble.com. -- Our newest site for the community: CakePHP

Problem when trying to upload zip/rar files with the milesjohnson's upload plugin

2011-06-06 Thread axell9641
Hi I'm new to cakephp and I have found this milesjohnson's upload plugin ( http://milesj.me/code/cakephp/uploader#script ) and I kind of like it, mostly because it gives me the chance of renaming the file once uploaded.Unfortunately, I can't get it to upload any zip/rar files. This is the