CakePHP-FileUpload-Plugin icon indicating copy to clipboard operation
CakePHP-FileUpload-Plugin copied to clipboard

CakePHP File Upload Handling Plugin

Results 13 CakePHP-FileUpload-Plugin issues
Sort by recently updated
recently updated
newest added

When you delete a file it gets removed fine but the corresponding files from the "resized" directory are not deleted...

so if i have a model Books and i want have an image for each book, without usign a sepreate table to store the book images Array ( [Book] =>...

I'm having a problem with getting the plugin to store the filename in the database. It uploads the file just fine, but never saves the filename. My table looks like...