Changeset 5873
- Timestamp:
- 08/12/07 07:01:31 (1 year ago)
- Files:
-
- django/trunk/django/http/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/http/__init__.py
r5844 r5873 85 85 continue 86 86 # IE submits the full path, so trim everything but the basename. 87 # (We can't use os.path.basename because it expects Linux paths.) 87 # (We can't use os.path.basename because that uses the server's 88 # directory separator, which may not be the same as the 89 # client's one.) 88 90 filename = name_dict['filename'][name_dict['filename'].rfind("\\")+1:] 89 91 FILES.appendlist(name_dict['name'], {
