#27786: Uploading dependent on the user
------------------------------------------------+------------------------
               Reporter:  Victor Porton         |          Owner:  nobody
                   Type:  New feature           |         Status:  new
              Component:  File uploads/storage  |        Version:  1.10
               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                     |
------------------------------------------------+------------------------
 I want uploading files to depend on the user ID in the session.

 I need it to make files uploaded by a user not accessible by other users
 (without a special permission).

 I realize this requires massive changes in Django API. Particularly, we
 need to associate a user (or a session) with every ModelForm (in order
 that the `save()` method could be able to behave differently for different
 users.

 It also requires changes in storage API itself.

 Please discuss the details of the API.

--
Ticket URL: <https://code.djangoproject.com/ticket/27786>
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/050.58aecded2e8805b28edaca849d454390%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to