Libraries tagged by uploaded file
mpyw/laravel-file-errors
4080 Downloads
A tiny extension that reports validation error details about uploaded files
bocharsky-bw/file-naming-resolver
4927 Downloads
A lightweight library which helps to resolve a file/directory naming of uploaded files using various naming strategies.
wearerequired/filename-normalizer
16523 Downloads
WordPress mu-plugin to normalize filenames before they are uploaded.
photogabble/laravel-remember-uploads
157 Downloads
Laravel middleware and helper for remembering uploaded files during form validation.
hasanhawary/media-manager
553 Downloads
Flexible Laravel media manager: accept media from UploadedFile, base64, URLs, or local paths and store on any filesystem disk.
sunnysideup/silverstripe-scaled-uploads
889 Downloads
Automatically scale down and rotate uploaded images for Silverstripe. This module is based on axllent's version.
it-blaster/uploadable-behavior
9404 Downloads
The UploadableBehavior helps you handle uploaded files with Propel
drands/deployer-sync
1097 Downloads
A Laravel package to synchronize database and uploaded files between local and remote servers using Deployer.
devfactory/media
12655 Downloads
Laravel package for saving uploaded files and linking them with models
atk14/http
6545 Downloads
PHP classes encapsulating HTTP request, HTTP response, cookie, uploaded file etc. This package is part of the ATK14 Framework.
shel/asset-names
3356 Downloads
Allows changing uploaded asset filenames in Neos CMS
tourze/symfony-request-file-clean-bundle
27 Downloads
A Symfony bundle that automatically cleans up temporary uploaded files after request completion
mohammedmanssour/file-cast
326 Downloads
Easily manage uploaded files in your Laravel app, with automatic path saving and handy value objects for effortless access.
burriko/cake-file-storage
1114 Downloads
A basic file storage behavior for CakePHP. Handles storing uploaded files in database or file system.
tacoberu/nette-form-fileupload
460 Downloads
Uploading files has its specifics. It is not enough just to upload the file. We also want to show it when it's already uploaded (preferably with a preview). We want to possibly delete it or replace it with another version.