uploader icon indicating copy to clipboard operation
uploader copied to clipboard

[Deprecated] A CakePHP plugin for file uploading and validating.

Results 4 uploader issues
Sort by recently updated
recently updated
newest added

Rackspace Cloudfiles aren't deleted because the name of the object sent to Cloudfiles is the full URL which isn't a valid name since the format expected is {folder}/{name} or {name}....

In single file upload all working fine but when I'm uploading multiple file using Model::saveAll() it's just hangs and not responding anything. I'm using Ubuntu 14.10 on EC2. I found...

Hi, i have this rule: ``` PHP public $actsAs = array( 'Uploader.Attachment' => array( 'image_url' => array( ) ), 'Uploader.FileValidation' => array( 'image_url' => array( 'required' => false, 'extension' =>...

Hi, first, great job!! I have a problem! If I delete a database record, only the original imge are deleted. The transformed images are not deleted! What must I do...