PHPackages                             owainjones74/filament-file-upload-chunked - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. owainjones74/filament-file-upload-chunked

ActiveLibrary[File &amp; Storage](/categories/file-storage)

owainjones74/filament-file-upload-chunked
=========================================

Filament file uploads with support for chunking

1.0.2(2y ago)171.7k2[3 issues](https://github.com/0wain/filament-chunked-file-uploads/issues)MITJavaScript

Since Nov 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/0wain/filament-chunked-file-uploads)[ Packagist](https://packagist.org/packages/owainjones74/filament-file-upload-chunked)[ RSS](/packages/owainjones74-filament-file-upload-chunked/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Filament Chunked File Upload
============================

[](#filament-chunked-file-upload)

📂 Chunked file uploads for Filament PHP 🗄️

This packages allows for chunking file uploads. It's VERY hacky and messy, but it works (I think). I wrote this package to work around the 100MB Cloudflare limit.

How to use
----------

[](#how-to-use)

1. Install the package using `composer require owainjones74/filament-file-upload-chunked`
2. Import the package inside your Filament Resouce with `use OwainJones74\FilamentFileUploadChunked\Forms\Components\FileUploadChunked;`
3. If required, publish the javascript file `php artisan filament:assets`.
4. Replace the built in file upload with the `FileUploadChunked` class inside your form.

Docs
----

[](#docs)

The only additional chained method you can add when defining this component in your schema is `->chunkSize(int|closure)`. This will allow you to set the chunk size in bytes. The default is 50MB.

Things that don't work
----------------------

[](#things-that-dont-work)

- Only a single file is allowed to be uploaded for each UI component.
- The method for pulling the file type is not ideal, some file types may not be supported. `.dmg` files for example just don't work. If you have a suggestion for doing this better, please make a PR! &lt;3

Credits
-------

[](#credits)

- This is based on the existing file upload component in Filament, I just added the chunking functionality.

**Read the code at your own risk**

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance24

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~9 days

Total

3

Last Release

941d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b69e9199a204117536c25c2e260f655c79cd63b22204568655ab3b291d00f0c?d=identicon)[owainjones74](/maintainers/owainjones74)

---

Top Contributors

[![0wain](https://avatars.githubusercontent.com/u/15251181?v=4)](https://github.com/0wain "0wain (17 commits)")

---

Tags

filamentadminfilamentphplaravellivewire

### Embed Badge

![Health badge](/badges/owainjones74-filament-file-upload-chunked/health.svg)

```
[![Health](https://phpackages.com/badges/owainjones74-filament-file-upload-chunked/health.svg)](https://phpackages.com/packages/owainjones74-filament-file-upload-chunked)
```

###  Alternatives

[filament/filament

A collection of full-stack components for accelerated Laravel app development.

3827.0M3.3k](/packages/filament-filament)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1795.6M179](/packages/filament-spatie-laravel-media-library-plugin)[filament/forms

Easily add beautiful forms to any Livewire component.

4728.4M382](/packages/filament-forms)[filament/tables

Easily add beautiful tables to any Livewire component.

3728.0M136](/packages/filament-tables)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1325.2M56](/packages/filament-infolists)[filament/notifications

Easily add beautiful notifications to any Livewire app.

2528.2M81](/packages/filament-notifications)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
