#31648: 'WSGIRequest' attribute not working
------------------------------------------------+------------------------
Reporter: natnaelyazachew11 | Owner: nobody
Type: Bug | Status: new
Component: File uploads/storage | Version: 3.1
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------------+------------------------
The problem seems to be happening when I use the {{{request.FILES}}}
attribute of WSGIRequest.
When I am trying to upload an image and update my old model object it
doesn't work it doesn't show any errors but it doesn't update my model and
after a lot's of try I know the problem was with the **modelfield** if I
use {{{ models.ImageField }}} it doesn't update but when I use {{{
models.FileField }}} for my Images it updates i don't what is wrong but
{{{request.FILES}}} only work for file uploads and in your documentation I
can't find any thing on how to get uploaded Images.
If you can add uploaded images to {{{ request.FILES }}}
**''please help me''**
--
Ticket URL: <https://code.djangoproject.com/ticket/31648>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/060.d74d71fa8b784f4efb5c27df4a3de715%40djangoproject.com.