Can't I configure file upload through node.js and mysql?

Asked 2 years ago, Updated 2 years ago, 40 views

I've been using mysql and node.js to explore the file upload function, but given that there's no information, can't I make it because it seems impossible?

node.js mysql

2022-09-22 20:39

1 Answers

It's possible.

Uploading files using nodes and saving to mysql are separate issues.

I think it will be easy to find information by looking separately for mysql how to save the final data and implement the file upload in node.


2022-09-22 20:39

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.