barseghyanartur / django-fobi

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.
https://pypi.python.org/pypi/django-fobi
484 stars 112 forks source link

Mulitple file field #248

Closed saileshkush95 closed 2 years ago

saileshkush95 commented 4 years ago

I didn't find any option for multiple file select field.

barseghyanartur commented 4 years ago

Dealing with multiple files is cumbersome and tricky for generic implementations. Although you could eventually implement it using django-multiupload. Fobi allows custom elements.

barseghyanartur commented 4 years ago

P.S.

If you have successfully implemented multiple file fields, I would encourage you to make either a small package from it or make a contribution in a form of PR.

saileshkush95 commented 3 years ago

Definitely I'll request for PR once i implement this one, because this is really helpful.

barseghyanartur commented 2 years ago

Closing this due to inactivity. Feel free to reopen.