This is dumb.
For anyone using Angular 17, do you do file input and if so, how?
Sending to backend after it's in the client isn't an issue, it's a very limited filetype that'll be converted into something else in the client before sending. I just want an out of the box component where I can set what I want to allow, how to validate, and where to set it. Drag and drop zone would be a bonus, but optional.
I've spent way too much time looking at npm packages that are too old to be any use (or part of a huge suite, or heavily proprietary), rubbish docs, iffy tutorials, and too old (again) stackoverflow answers. Please tell me someone's done this and I don't have to reinvent the wheel again.
(My gut tells me no, just do it from scratch. But it would be very nice if I didn't have to.)
#Angular #Angular17 #webDev #programming