On Wed, Mar 2, 2011 at 5:31 PM, Tan Cheng <[email protected]> wrote: > Hi, > > For my video site, I want the user be able to upload large files to > the server, and I want to have an upload progress bar. I searched for > 2 days, and I tried the uploadify, it worked for php in the htdocs, > but not in exceltv. I also tried a cakephp plugin called "cuploadify", > it throws me a 404 error... And the posts in I see in our groups are a > few years ago.
A 404 may be thrown if there's an error and debug is set to 0. Set it to 2 and try again. > So just wondering if anyone had integrated an upload progress bar with > cakephp 1.3 successfully, could you tell me where to look at? You could try this: http://pixeline.be/experiments/jqUploader/ I have a project iwas thinking of using this for. However, that's on hold right now, so I hadn't used it with Cake yet. It should be very straightforward touse, though. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
