diff --git a/docs/topics/http/file-uploads.txt b/docs/topics/http/file-uploads.txt
index d88524e..f5404f3 100644
a
|
b
|
There are a few settings which control Django's file upload behavior:
|
167 | 167 | |
168 | 168 | **Always prefix the mode with a 0.** |
169 | 169 | |
| 170 | .. warning:: |
| 171 | |
| 172 | This setting has no effect on temporary files. |
| 173 | |
170 | 174 | :setting:`FILE_UPLOAD_DIRECTORY_PERMISSIONS` |
171 | 175 | The numeric mode to apply to directories created in the process of |
172 | 176 | uploading files. This value mirrors the functionality and caveats of |