You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently have a FileUpload form where a user can upload a PDF file. When I upload the first PDF file, the PDF shows in the preview. When I upload a second PDF and then save, I don't see the second PDF in the view.
How to reproduce the bug
This is the code I added:
FileUpload::make('document_management')
->panelLayout('grid')
->previewable()
->multiple(),
PdfViewerField::make('document_management')
->label('View the PDF')
->minHeight('40svh'),
Here is an example:
example.mp4
Package Version
v1.0.5
PHP Version
v8.3.11
Laravel Version
v11.23.5
Which operating systems does with happen with?
macOS
Notes
No response
The text was updated successfully, but these errors were encountered:
What happened?
I currently have a
FileUpload
form where a user can upload a PDF file. When I upload the first PDF file, the PDF shows in the preview. When I upload a second PDF and then save, I don't see the second PDF in the view.How to reproduce the bug
This is the code I added:
Here is an example:
example.mp4
Package Version
v1.0.5
PHP Version
v8.3.11
Laravel Version
v11.23.5
Which operating systems does with happen with?
macOS
Notes
No response
The text was updated successfully, but these errors were encountered: