How to upload a File? #1420
Unanswered
RicardoRien
asked this question in
Q&A
Replies: 1 comment
-
|
If the route starts accepting spreadsheet uploads correctly, I’d still add a clear server-side inspection step before treating those files as trusted. A lot of teams stop at “the resolver can receive the file”, but the next question is usually whether the upload should be persisted or promoted as-is. I built an OSS package for that Node.js layer: It’s designed for inspecting untrusted uploads before storage or downstream processing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using NestJS con GraphQL, trying to upload a couple of .xlsx but Any of the routes I gave works. What I'm doing wrong?
The resolver looks like this:
Beta Was this translation helpful? Give feedback.
All reactions