Is it possible to upload a file as part of the attributes of a related model?
I'm trying to upload files on the fly and then add to the select field on a form. The CRUD function works well as a standalone but returns a 500 in using the instant fields method as the file is not being sent via the Ajax request.
Would love some help with this. Thanks!