On 2/16/07, anandrv <[EMAIL PROTECTED]> wrote: > I need the file upload function using cakephp.in my database i want to > save file "tempname.jpg".but this uploaded file i want to save > particular location.when i am display the image i mention the / > uploadedimage/<?PHP $tempname.jpg;?> like that i want to give please > give me some examples.
As long as /uploadedimage/ is inside the webroot you will be fine. file upload in CakePHP is not very much different than regular PHP - however you can try searching for the fileUpload component. HTH Tarique -- ============================================================= PHP for E-Biz: http://sanisoft.com Cheesecake-Photoblog: http://cheesecake-photoblog.org ============================================================= --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
