I've made some JS that embeds the dropzonejs.com library into Knack. This integrates with form uploads properly -- all form validation logic is preserved, and any non-file-input fields still work as expected.
Hmmm that might be a bug. Probably the same issue as the images not appearing in the builder. I don't have time at the moment to investigate, so you're on your own for now. If you find anything, please share here and maybe I can confirm if you've foudn the problem
Just a note - it works great to upload multiple images with.
However I'm struggling to get it to work with files: it creates a record for each file in the upload, but then when I try to access that uploaded file (pdf, csv, etc) I get a message that the file doesn't exist.
Although, I’m trying to hide my App ID. You mentioned to use the View API. I’m not understanding on how to do that. Another one of your great videos would be nice to look on how to do that.