Chapter 10: Uploading and Processing Posts
In this chapter, we are going to learn how to upload user posts. We will start with the basics of multipart uploads and continue with TempFile
to store the uploaded files. After uploading the files, we will implement image processing.
The next thing we are going to learn about is improving processing using concurrent programming techniques, asynchronous programming, and multithreading.
In this chapter, we are going to cover these main topics:
- Uploading a text post
- Uploading a photo post
- Processing files asynchronously
- Uploading a video post and process using worker