Django Full Course - 11 - Upload file/multiple files, save file to the model

preview_player
Показать описание
In this video from Django Full Course I will show you the basics of uploading files:
- Create form for file upload,
- Create template for file upload,
- Create view to upload file,
- Upload several files,
- Upload file and save it to the model.

Рекомендации по теме
Комментарии
Автор

THANK YOU VERY MUCH!! I wass missing the "enctype" and that was driving me crazy. You saved me.

noctesomnium
Автор

then where are your files stored? I build a website where user can upload file, and I want to do some processing on those files and then give them the result. Can anybody help?

ltokkic
Автор

Подробнее уроков не находил ещё. Спасибо большое за твой труд)
А как сделать так чтобы при добавлении файла в определённую папку - название файла сразу отображалось в бд/админке. Или средствами джанги это нереально?

battaloff
Автор

Спасибо за урок, но жаль, что больше не актуально в плане загрузки нескольких файлов

thzlgkz
Автор

'list' object has no attribute '_committed' I am getting this error

amanmishra