Right, for now you can’t upload documents that you create in the backend to your collections, even if you have a column with type Document.
What you can do is upload it to some other service like amazon s3, etc.
Or, you can create it and immediately return to the user in the client, and not even store it.