hi kwer, Welcome to cake, if you decide to choose it.
Here are a couple links that i found using google. http://cakebaker.42dh.com/2006/04/15/file-upload-with-cakephp/ http://www.reversefolds.com/articles/show/filehandler I have used the first link provided when i was building my file upload system for work. It was a good example and it was pretty straight forward. I just finished reading the second link and it seems pretty good except you have to use his component for it to work. So i suggest you learn CakePHP first before tackling your project since it probably won't speed up the development if your always trolling the internet for help. If you have any problems don't be afraid to search it before posting on google groups, many of the questions you will have are already answered, somewhere. On Jun 5, 4:05 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi folks, > > I have to develop a file uploading system with the following > requirements: > > - admin can add clients and projects (multiple projects for 1 client) > - clients can log in and see files that were uploaded for them (by > admin) > - clients can upload files into an selectable project > - clients and admin can comment uploaded files > - client gets email when admin uploads new file/writes new comment and > vice versa > > As I didn't find a out-of-the-box solution I'm about to choose a php > framework to help me coding this. > So far, the choice is down to CakePHP Vs. CodeIgniter. > I already did a tiny project in CodeIgniter and thus I know it doesn't > come with an authentication system. Knowing about freak_auth as an > handy external authentication library I'd still prefer having such a > basic thin in the core. > > CakePHP on the other side doesn't seem to offer any helpers for file > uploads, which CI does. > > As I regard authentication as way more complex than file uploading I > feel like giving Cake a try, although I have to start from the > scratch. > > Can anyone tell me if Cake's the right choice for my needs? > (and maybe tell me how you manage file uploads?) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
