Back to Prisma1

File Handling

docs/1.1/04-Reference/08-Migration-Guides/05-File-Handling.md

1.34.12387 B
Original Source

File Handling

Prisma doesn't provide a dedicated API for file handling. This gives you more flexibility and allows to manage files in a way that's appropriate to your application.

To learn what a file handling API based on AWS S3 can look like, check out this example project.