0

I have a web page where people can upload their own images and I want to store them in a salable storage. I was willing to use Amazon S3, but later I decided to use my own file servers with web servers for serving static content (images)

But I'm not sure how to do this. What is the correct way to do it and what custom Django storage should I use? How will I upload images to these file servers?

2
  • What exactly are you asking? If you've decided to use your own file servers, then what's wrong with the default Django storage options, and why would you need a custom one? Commented Apr 14, 2011 at 16:14
  • Can I use default storage option? May be then I will have to mount file server(s) directory(es) to my application server(s) or? Commented Apr 15, 2011 at 7:09

1 Answer 1

2

Here's a start: Writing a custom storage system.

Sign up to request clarification or add additional context in comments.

2 Comments

I saw this but my problem is the idea what to do, not how to do it
@ju Well, all you've said is that you want to use your own file servers and web servers serving static content. All a custom storage system does is to tell Django where the files live and how to store them. If you're trying to solve a more specific problem, you can always provide more specific details.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.