How do you guys set up file downloading once a fil...
# prisma-whats-new
z
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
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
How do you use the url to download the file?