We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is multiple uploads supported? Something like:
schema "users" do field :files, {:array, MyApp.File.Type} end
If yes, how can i create validation in this case?
The text was updated successfully, but these errors were encountered:
I want to know how an array of file is uploaded too.
Sorry, something went wrong.
I just found the answer.
stavro/arc#52
So is it actually possible to use :array or not?
:array
It works like any other relation between schemas. If you can do it with schemas, the same is valid with uploads, it's up to you how to handle this.
No branches or pull requests
Is multiple uploads supported? Something like:
If yes, how can i create validation in this case?
The text was updated successfully, but these errors were encountered: