#2070: Large streaming uploads
---------------------------------------------------------------+------------
Reporter: [EMAIL PROTECTED] | Owner:
axiak
Status: new |
Component: Core framework
Version: SVN |
Resolution:
Keywords: streaming, upload, large, sprintsept14, feature |
Stage: Accepted
Has_patch: 1 |
Needs_docs: 0
Needs_tests: 0 |
Needs_better_patch: 0
---------------------------------------------------------------+------------
Comment (by anonymous):
Replying to [comment:180 Matthias Urlichs <[EMAIL PROTECTED]>]:
> while case 2 can be handled by uploading a file with a comment in it.
I would be willing to elaborate but this commment of yours indicates to me
you have your mind set and don't actually want to understand the point
that I was making: That is sometimes a file have to be empty.
You can't manually start adding bytes into files just because someone
decided that uploading an empty file is an error. All you need is think
about it for a second. As I said before an empty file is still a valid
file, it has a name, a modification date ... even a size!. Maybe it is
used to indicate a state, maybe it is log file that has yet to be written
to etc. there are countless usecases that require the presence of a file
that may not contain anything yet.
In your design if one were to simultaneously upload 10 files one of which
is empty, the upload should fail once processing reaches the empty file
...
--
Ticket URL: <http://code.djangoproject.com/ticket/2070#comment:183>
Django Code <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 [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---