teamup-org / mern-template

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

Kotda upload #35

Open KotdaPK opened 3 months ago

KotdaPK commented 3 months 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 deleted package-lock.json

Steven7zzz commented 3 months ago

I believe it doesn't support .docx files right now