Replies: 1 comment
-
same error in v3.3.4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Form builder
Package Version
v3.2.1.33
How can we help you?
Undefined variable
$getMaxParallelUploads
error on latest FilamentPHP updateDescribe the bug
After updating to the latest version of FilamentPHP (released last week), I encountered the following error when loading a page that includes a
FileUpload
field:To Reproduce
Steps to reproduce the behavior:
FileUpload
configuration in a form:Expected behavior
The
FileUpload
field should work as expected, especially since themaxParallelUploads
feature appears to be specific to multiple file uploads, and I am not using themultiple()
option in my code.Environment
php artisan serve
)Additional context
The error occurs even though
maxParallelUploads
should be irrelevant for a single file upload configuration. This issue seems to be a regression introduced in the latest update.Beta Was this translation helpful? Give feedback.
All reactions