File Upload without loading existing files

I have a model with files (images) associated with it. I want to use the SpatieMediaLibraryFileUpload component to upload files to my model but in edit mode I don't want to display all the existing associated images (since there could be hundreds) in the edit form. But I want to be able to add images through that form. Is there a way I can have the uploader not load the existing associated images in the form field so I can manage the order/deletion of the existing images on a separate page?
1 Reply
Dennis Koch
Dennis Koch8mo ago
I haven't worked with that field but I think you can overwrite the hydration of it in some form, to just not load anything.