Re: Upload Multiple images in Cakephp

2011-03-29 Thread Fons Vandamme
Dear reader, I've noticed this post and I have a similar issue concerning the use of multiple file upload in CakePHP. I'm rather new to CakePHP development but i'm familiar with programming and the MVC concept. I'm developing on cakephp 1.3.7 and use MeioUpload as FileUpload component (url:

Upload Multiple images in Cakephp

2011-03-28 Thread Shashank
Hi Guys, I want to know is there any way so that i can select multiple images and upload them on a single click. I searched for it over internet and i found that Multiple Image Upload by Koa, but that doesnt seem to be good enough for me because it stores all the three names of the uploaded images

Re: Upload Multiple images in Cakephp

2011-03-28 Thread Ryan Snowden
Try Jquery FileUpload - http://aquantum-demo.appspot.com/file-upload I went through a lot... and it did the trick without all the fuss. On 28 March 2011 16:43, Shashank cooldude17202...@gmail.com wrote: Hi Guys, I want to know is there any way so that i can select multiple images and upload

Re: Upload Multiple images in Cakephp

2011-03-28 Thread Shashank
Its not working!!! On Mon, Mar 28, 2011 at 2:52 PM, Ryan Snowden sicapi...@gmail.com wrote: Try Jquery FileUpload - http://aquantum-demo.appspot.com/file-upload I went through a lot... and it did the trick without all the fuss. On 28 March 2011 16:43, Shashank cooldude17202...@gmail.com

RE: Upload Multiple images in Cakephp

2011-03-28 Thread Krissy Masters
Not working? Ok. Now that explains it. Don't put too much effort into your question there. Would not want you to strain yourself. If you want a decent answer ask a decent question. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP

Re: Upload Multiple images in Cakephp

2011-03-28 Thread Shashank
My mistake. I tried the Jquery FileUpload - http://aquantum-demo.appspot.com/file-upload... but i am not getting how to implement it. I mean i use it into my cakephp installation but i am not getting how and from where to get a databse entry of the uploaded images and also i am getting error in

Re: Upload Multiple images in Cakephp

2011-03-28 Thread Shashank
Even if i just download the source code, and run the example index.html file, i am getting an error like ds in my firebug *uncaught exception: Invalid JSON: ?php $file = $_FILES['file']; echo {name:'.$file['name'].',type:'.$file['type'].',size:'.$file['size'].'}'; ?* ** I am not getting what to

Re: Upload Multiple images in Cakephp

2011-03-28 Thread Shashank
I need some help over here to resolve this issue. Its urgent...What all i need i that: 1. A user can select multiple images to upload. 2. Once he uploads all the images, they get save into the uploads folder and also i want individual entries for every image being uploaded in database. On Mon,

RE: Upload Multiple images in Cakephp

2011-03-28 Thread Krissy Masters
To: cake-php@googlegroups.com Subject: Re: Upload Multiple images in Cakephp My mistake. I tried the Jquery FileUpload - http://aquantum-demo.appspot.com/file-upload... but i am not getting how to implement it. I mean i use it into my cakephp installation but i am not getting how and from where to get