FilePond

Which library can help to show pdf preview in form edit page, I mean save files from form page, Filepond doesn't support that
1 Reply
tuto1902
tuto19024mo ago
You can probably just use Laravel's download function https://laravel.com/docs/11.x/filesystem#downloading-files As for preview, I would just link out to the file and let the browser take over. I don't know of any embedded pdf preview.
Laravel - The PHP Framework For Web Artisans
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.

Did you find this page helpful?