vincent-peugnet / antilope

Antilope private tracker for IRL sharing, allowing members to share anything inside communities.
https://antilope-alpha.club1.fr/
GNU Affero General Public License v3.0
9 stars 2 forks source link

Image upload input field bootstrap4 X symfony5: display something #71

Closed vincent-peugnet closed 3 years ago

vincent-peugnet commented 3 years ago

Because of a shady tricks to stylize image upload html input field, nothing is written here:

upload

Reference

Everything is explained there:

https://symfonycasts.com/screencast/symfony-uploads/bootstrap-styling#why-doesnt-it-work

The solution seems quite ugly but the problem itself seems quite ugly to me.

I've tried to follow the SymfonyCast strategy but it did'nt work by just copy paste the piece of code.... As it's JS, I don't want to look to deeply in this... :baby:

vincent-peugnet commented 3 years ago

@n-peugnet 😉