Changes between Initial Version and Version 1 of Ticket #9232
- Timestamp:
- Sep 28, 2008, 3:37:49 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9232 – Description
initial v1 6 6 7 7 When I start the upload of the file, a file which looks like 8 eg. /tmp/tmpGjWpee.uploadappears almost immediately, but does not8 eg. `/tmp/tmpGjWpee.upload` appears almost immediately, but does not 9 9 change in size thereafter. The size is either empty or 16M - 16M most 10 10 of the time. I haven't seen any other values appear. The file upload … … 16 16 pre-1.0 snapshot with a patch from #2070 applied, and that works fine 17 17 with an earlier version of the same model/application, with the 18 temporary file in /tmpappearing and growing in size as the upload18 temporary file in `/tmp` appearing and growing in size as the upload 19 19 progresses, as expected. 20 20 … … 26 26 below. This is on Debian etch, with the following installed. 27 27 28 {{{ 28 29 faheem@wsgi:/var/django/testproj/testapp$ dpkg -l | grep apache 29 30 ii apache2 2.2.3-4+etch5 Next generation, scalable, extendable web se … … 33 34 ii libapache2-mod-python 3.2.10-4 Apache 2 module that embeds Python within th 34 35 ii libapache2-mod-wsgi 2.0-1~bpo40+1 Python WSGI adapter module for Apache 35 36 }}} 36 37 Sincerely, Faheem Mitha. 37 38 39 {{{ 38 40 ***************************************************************** 39 41 # Testproj config. … … 50 52 </Directory> 51 53 ****************************************************************** 52 54 }}}