Libraries tagged by file hosting
arraypress/wp-s3-browser
301 Downloads
A comprehensive PHP library for integrating S3-compatible storage providers with WordPress. Features advanced media browser, upload/download management, presigned URLs, and support for multiple providers including AWS S3, Cloudflare R2, DigitalOcean Spaces, and more.
coosvip/chevereto
3 Downloads
Chevereto image hosting upload extension for the Flarum forum, using Chevereto's popup upload plugin(PUP). The popup upload plugin (PUP) is a small file that allows Chevereto based websites to provide external image uploading via a small JavaScript file.
xrstf/hosty
0 Downloads
Self-hosting for images and other files
aivec/wcex-cptm-cli
246 Downloads
CLI for deploying new ZIP files and updating information on a server hosting the WCEX Commercial Plugin/Theme Manager plugin
quarterloop/laravel-dashboard-hosting-server-tile
15 Downloads
A hosting tile for the Laravel Dashboard
sgalinski/sg-jobs
7 Downloads
Jobs Board & Applications - Manage job postings in TYPO3 and collect applications with file uploads, notifications, and CSV export/storage.
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.