Hi there, I used this successfully with no hassle in 1.1, but cant seem to get it functioning in 1.2.
http://cakebaker.42dh.com/2006/04/15/file-upload-with-cakephp/ I made the changes to the add view so its now: <form action="/hq/my_files/add" enctype="multipart/form-data" method="post"> <?php echo $form->file('File'); ?> <?php echo $form->end('Upload'); ?> </form> Still no luck? The page displays fine and i can slect a file then click upload, the page just hansg a bit then just seems to 'refresh' without saving the file! Any Ideas?? Also what will the Download View code be? Thanks, Kodie --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
