Deploying Node Express app using node:fs

I have built a “Chat with PDF” app in NodeJS and in the app I am using node:fs module to create & delete files and folders to store user uploaded PDFs.

My app runs smoothly locally but it doesn’t work when I deploy the app in Render. I am using FREE tier for your the information. Does Render not allow storage or something?