Libraries tagged by file uploading
jeontwikkeling-nl/ltisaas_client_api_php
25 Downloads
A brief overview of the API versions: v0: This version is solely for testing and does not interact with the database, nor does it involve any validation. It simply serves mock data. v1: This is the official version of the LtiSaas API, intended for production use. Please be informed that when testing version v0, the HTTP Access-Token header should be set with the value 'dummy'. Also, please note that the API has a limit of 2500 results per response. Additionally, all webservices support both POST and GET requests. However, the POST method is required when uploading files.
inabhi9/muploadify
86 Downloads
Yii Framework extension for uploading file using Flash
idea/uploader
8 Downloads
Package For Uploading Files
iamfredric/spaces
31 Downloads
Signs url for uploading files to DigitalOcean spaces
cpierce/s3-uploader
65 Downloads
Client library for Uploading Files to S3.
aslamhus/google-drive-uploader
16 Downloads
A PHP class for uploading files to Google Drive, providing methods for basic and resumable uploads, with support for managing dependencies and setting up Google Drive API service accounts
almazik/laravel-uploader
2687 Downloads
A package that allows easily handle uploading files to your server from different sources.
peterson/ultimate-uploader
9 Downloads
PHP Library for Uploading all file types
mkrecek234/atk4-multiupload
16 Downloads
Upload field based on dropdown for uploading multiple files.
gurucomkz/silverstripe-blobpasteupload
312 Downloads
Paste images to TinyMCE editor with uploading to files library
gtcfla/aetherupload-hyperf
8 Downloads
Hyperf Package for uploading big files
ecomni/m2-webp
4 Downloads
Ecomni Webp module to allow uploading webp files in Magento admin and automatically convert existing jpg/png images into webp.
chrisidakwo/laravel-resumable-upload
31 Downloads
Easy and flexible integration of resumable (chunk and async) uploading of files for any JS file uploader such as Resumable.js
avtonom/media-storage-client-bundle
311 Downloads
Symfony media client bundle for uploading (sending) files and images to a remote server deployed on SonataMediaBundle
rapidwebltd/no-post-data-laravel-middleware
78 Downloads
Under certain conditions, when posting data from a form, the web server may lose the post data. This commonly happens if a user is uploading a large file beyond the size limits set in the web server's configuration. Laravel does not handle this situation and may end up throwing a somewhat confusing `TokenMismatchException in VerifyCsrfToken` due to CSRF protection. The 'No Post Data Laravel Middleware' handles situations in which a post request has been submitted and contains no post data - a situation which should not occur under normal usage. By default, the middleware will redirect back to the previous page with an error message flashed to the session. This can then be output on your view as you would normally handle validation errors. If needed, you can also modify this default behaviour and allow any code to run when the 'post request with no post data' situation is encountered.