Docs
Join the conversation
Join Slack
Channels
graphql-nexus
job-board
madewithprisma
mongodb
new-channel
new-channel
new-channel
new-channel
new-channel
orm-help
prisma-client
prisma-data-platform
prisma-go-community
prisma-in-production
prisma-jobs
prisma-migrate
prisma-studio
prisma-whats-new
prisma1-community
prismaday
prismaserverless
product-wishlist
random
Powered by Linen
Channels
graphql-nexus
job-board
madewithprisma
mongodb
new-channel
new-channel
new-channel
new-channel
new-channel
orm-help
prisma-client
prisma-data-platform
prisma-go-community
prisma-in-production
prisma-jobs
prisma-migrate
prisma-studio
prisma-whats-new
prisma1-community
prismaday
prismaserverless
product-wishlist
random
Title
z
zaksingh
09/20/2017, 5:10 AM
How do you guys set up file downloading once a file is uploaded? I saw this:
https://www.graph.cool/docs/reference/file-handling/file-download-beim3teevi/
but I can't figure out how to use curl
n
notrab
09/20/2017, 7:07 AM
Once the file is uploaded and the Promise is resolved, you’ll receive the URL. You could then use the URL to download the file.
z
zaksingh
09/20/2017, 10:51 PM
How do you use the url to download the file?