Skip to content

Increase file upload size limits from 10MB to 500MB#8

Merged
scottgrayson merged 1 commit intobugfixesfrom
increase-file-size-limits
Nov 13, 2025
Merged

Increase file upload size limits from 10MB to 500MB#8
scottgrayson merged 1 commit intobugfixesfrom
increase-file-size-limits

Conversation

@scottgrayson
Copy link
Copy Markdown
Contributor

This PR increases file upload size limits from 10MB to 500MB to address users hitting file size limits when uploading larger files.

Changes

  • Updated maxSize in MyLibrary.php from 10MB to 500MB
  • Updated maxSize in ListLibraryItems.php from 10MB to 500MB
  • Added maxSize (500MB) to EditFile.php SpatieMediaLibraryFileUpload
  • Added maxSize (500MB) to LibraryItemResource.php SpatieMediaLibraryFileUpload

Testing

  • Test uploading files larger than 10MB to ensure they work
  • Verify the limits are properly enforced at 500MB

- Updated maxSize in MyLibrary.php from 10MB to 500MB
- Updated maxSize in ListLibraryItems.php from 10MB to 500MB
- Added maxSize (500MB) to EditFile.php SpatieMediaLibraryFileUpload
- Added maxSize (500MB) to LibraryItemResource.php SpatieMediaLibraryFileUpload

This addresses users hitting file size limits when uploading larger files.
@scottgrayson scottgrayson merged commit 5e2f2ce into bugfixes Nov 13, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant