teamup-org / mern-template

GNU Affero General Public License v3.0
1 stars 1 forks source link

Kotda upload #30

Closed KotdaPK closed 2 weeks ago

KotdaPK commented 3 weeks ago

client FileUpload.tsx handles for submission of the file upload

server upload.ts creates a local folder to store files if not existing downloads the file with original name and timestamp sets criteria 100MB file type is allowed (/jpeg|jpg|png|gif|pdf/)

also, i have changed the clean script to work through node instead of being os reliant