Spatie media library does not associate media with model
Hello guys, I have been fumbling around this issue for a while and I have not made any tangible progress. I am using the spatie media library component to upload files using livewire. The file is being uploaded and save as a temporary upload to the database but by the time I am calling the following code, variable 'myUpload' is null:
@vincent15000 I have tried adding enctype but still not working. Before it was working without enctype and then suddenly it just won't work and tracing the exact point when it started failing is too expensive so I have just resorted to use filepond in place of spatie media-library-pro.