add php .user.ini

This commit is contained in:
yuriko 🦊 2025-05-25 00:51:07 -04:00
parent c686ee70f8
commit 76d4b9eba3
2 changed files with 3 additions and 1 deletions

View file

@ -15,7 +15,7 @@ class Upload extends Component
{ {
use WithFileUploads; use WithFileUploads;
#[Validate('image|max:10240')] #[Validate('image|max:65536')]
public $file; public $file;
#[Validate('required|in:safe,suggestive,explicit')] #[Validate('required|in:safe,suggestive,explicit')]

2
public/.user.ini Normal file
View file

@ -0,0 +1,2 @@
upload_max_filesize=64M
post_max_filesize=72M