Nepo Znat
Nepo Znat

Reputation: 3270

How can I handle multiple image uploads without the server slowing down?

I followed this tutorial to upload multiple images with the help of AJAX.

To summarize it:

We have a server on Heroku, and the problem is if someone uploads a lot of images with a size greater than 5 MB per image the site is extremely slow, not only for the uploader, but for every other user as well.

How could we solve such a problem?

Upvotes: 0

Views: 39

Answers (1)

cyphx
cyphx

Reputation: 130

I am not sure how much this will help, but I found some talk related to your question and I think you can use their approach. Please read the reddit post here : File Uploads with Python

I wanted to write this as a comment, since this doesn't immediately solve your problem, but I do not have the required rep to do so. Feel free to add it to comments.

Upvotes: 2

Related Questions