dcasia / nova-filepond

A Nova field for uploading File, Image and Video using Filepond.
MIT License
48 stars 27 forks source link

Missing download button on view page #31

Open sanderbaas opened 11 months ago

sanderbaas commented 11 months ago

I have implemented the field as follows:

Filepond::make(__('Files'), 'files')
                ->prunable()
                ->disableCredits()
                ->disk('event-edition-resources')
                ->storeOriginalName('name')
                ->multiple(),

Uploading works perfectly, but I do not see a download button on the view page. If I remember correctly there was a download button in the Nova3 version of this field.

afbeelding

The property downloadsAreEnabled that is inherited from the File field is true on runtime.

milewski commented 11 months ago

Uhm I think previously this wasn't there too, there was this issue where I mentioned a plugin that could achieve that: https://github.com/dcasia/nova-filepond/issues/14 I will try to implement now

milewski commented 11 months ago

Hi, I implemented the change here: https://github.com/dcasia/nova-filepond/pull/32

However, there are a few issues:

Feels like the only way around would be by forking that plugin and making a few changes:

reytarovskiy commented 9 months ago

any updates on this?

RealityGamin commented 2 months ago

This is an amazing system but we really need to have a downloadable option :(

please @milewski

Shehan-Sara commented 1 month ago

I found the following package filepond-plugin-get-file. But it didn't work for me in the Nova admin panel. I hope there will be a download option soon.