File => base64 conversion question.

Asked 2 years ago, Updated 2 years ago, 37 views

Hello, everyone We are currently developing a program that handles files.

I have a question during the development Data processing such as replacing an existing image or video file with base64 It's running on the front end (JS) If you process these files at the front, not at the backend, I wonder if there is any inefficient part.

django javascript

2022-09-21 11:59

1 Answers

When I work at the front desk...

It's a problem. Even if it's a video processing, there's a high probability that you're going to get all three of these cases that you just wrote down.

I think it's better for the client to deliver the raw data to the server as much as possible and let the server process it. Sometimes it's better to do the front-end work, but I think you should consider if this is the case.


2022-09-21 11:59

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.