Libraries tagged by fine_uploader
igogo5yo/yii2-upload-from-url
71110 Downloads
UploadFromUrl extension for Yii Framework 2
vpap/laravel-url-uploaded-file
15668 Downloads
A package to leverage Laravel's UploadedFile functionality from URLs.
tiloweb/uploaded-file-type-bundle
5920 Downloads
A Symfony bundle that handle the form FileType upload and store the URL for you
th3khan/base64-to-uploaded-file
9125 Downloads
Convert base64 file to UploadedFile of Laravel
naxon/laravel-url-uploaded-file
5923 Downloads
A package to leverage Laravel's UploadedFile functionality from URLs.
bocharsky-bw/file-naming-resolver
4912 Downloads
A lightweight library which helps to resolve a file/directory naming of uploaded files using various naming strategies.
silverstripe/selectupload
78039 Downloads
Enables files to be uploaded into a user-designated folder
mohammedmanssour/file-cast
190 Downloads
Easily manage uploaded files in your Laravel app, with automatic path saving and handy value objects for effortless access.
photogabble/laravel-remember-uploads
155 Downloads
Laravel middleware and helper for remembering uploaded files during form validation.
burriko/cake-file-storage
1114 Downloads
A basic file storage behavior for CakePHP. Handles storing uploaded files in database or file system.
mpyw/laravel-file-errors
3147 Downloads
A tiny extension that reports validation error details about uploaded files
fritzmg/contao-store-uuid
1116 Downloads
Mini extension which integrates a storeFormData and a updatePersonalData hook to automatically convert uploaded file paths to UUIDs.
floppy/server
24 Downloads
Floppy is a file storage library. This library allows you to create your own storage file server that simplify file uploading and usage uploaded file.
floppy/bundle
118 Downloads
Floppy is a file storage library. This library adds fine support to use FloppyServer instance to Symfony2 apps.
tacoberu/nette-form-fileupload
195 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.