Uploading Files in T3-Stack
I have a question , I got a project from someone that used T3-Stack to upload files to the database but he made a big mistake and uploaded base64 to the database ( postgres with prisma ) but I want to upload multiple files to the server instead of uploading it via base64, how can i achieve this , I tried to find a way to use multer but I cannot please I need help
also can I convert base64 files from database and save it as a string values and then fetch it with next js frontend ?
please explain like I am a noob because its my first time using T3-Stack and everything is confusing to me
also can I convert base64 files from database and save it as a string values and then fetch it with next js frontend ?
please explain like I am a noob because its my first time using T3-Stack and everything is confusing to me