How to process and save Uploaded File on server side
I see examples for the frontend on how to upload a file, but how do I process and save the file on the backend using SolidJs or SolidStart?
1 Reply
Update: I figured it out myself!!! This is just my proof-of-concept code:
Client code:
Server code: ~/lib/utility.ts
I did a test wit both text and binary file, and then compared to the original files and they all matched.