Either way you do it (database storage or file system storage), check this thread for some generic file download code with header output and turning off rendering, etc. If you want to use these images as content images on your site (i.e. the img src is like "/cake/pictures/myimagefilename.jpg"), then you'll need to remove the content-disposition: attachment header line because that should make it a "download" and prompt the user to save the image.
HTH, Ryan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
