#2983: ImageField not deleing previously attached file when updated
-------------------------------------------+--------------------------------
          Reporter:  Shimon                |         Owner:  tbecker   
            Status:  reopened              |     Milestone:  1.1       
         Component:  File uploads/storage  |       Version:  SVN       
        Resolution:                        |      Keywords:  fs-rf-docs
             Stage:  Accepted              |     Has_patch:  1         
        Needs_docs:  0                     |   Needs_tests:  0         
Needs_better_patch:  1                     |  
-------------------------------------------+--------------------------------
Changes (by Alexey):

  * status:  closed => reopened
  * needs_better_patch:  0 => 1
  * component:  Core framework => File uploads/storage
  * resolution:  wontfix =>
  * milestone:  1.0 beta => 1.1

Comment:

 You still can upload millions of pictures to lawrence.com.

  1. Register there
  1. Login
  1. Get session ID from firebug or opera's site prefs
  1. Make image. Call it "image.gif"
  1. Run this script in infinitive loop:

 {{{
 curl -b sessionid=SESSION_ID -F avat...@image.gif
 http://www.lawrence.com/accounts/profile/edit/
 }}}


 You can change filename from time to time to upload more images.

 ''lawrence.com will have tonns of images in upload dir. If you have goood
 connection - you can easy fill server's storage.''

 I mailed about it to lawrence.com staff at 17 Feb, but seems that you
 don't want to fix it.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2983#comment:19>
Django <http://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 post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to