Hello all,

I have a form for Model 'Item' that includes a file upload widget to  
get image data into a database. When I want to edit the data, how can  
I avoid having the binary data overwritten if the file upload is  
empty (null)? In other words if I'm not replacing the image I don't  
want the update to erase it.

Looking at:
Model::save (
$data = null,
$validate = true,
$fieldList = array()    
)

Thanks,
Dan J.



--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to