Modify ↓
#435 closed defect (fixed)
wiki file upload issue
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | highest | Milestone: | 0.7.1 |
Component: | general | Version: | 0.7 |
Severity: | critical | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Under sandbox file uploading in Trac windows version:
- Upload failed, Maximum attachment size: 262144 kB
but my file size is only 872 KB Sounds like a disply error in the unit. B not KB.
- perl script with file_name.pl uploaded successfully but "view as text" doesn't work. It acted as
the same as "download the file"
- File name of mutli-bytes character could be uploaded and be displayed correctly on the wiki page. But unfortunately the file name in the trac.db attachment directory is completely a mess like "缃戠悆瑙勫垯" which cause TRAC to return with "Attachment not found".
Attachments (2)
Change History (6)
comment:1 by , 21 years ago
Milestone: | → 0.7.1 |
---|---|
Priority: | normal → highest |
Severity: | normal → critical |
comment:2 by , 21 years ago
Status: | new → assigned |
---|
comment:3 by , 21 years ago
comment:4 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
[588] adds support for attachments with unicode names. The byte vs kB is also fixed.
Please reopen this ticket if issue b (view as text doesnt't work with perl scripts) is not only an IE bug. It definitly looks like trac correctly sends a "Content-Type: text/plain" header.
by , 19 years ago
by , 19 years ago
Attachment: | index.2.htm added |
---|
Note:
See TracTickets
for help on using tickets.
Did you by any chance use IE when the "show as text" behaved as "download the file"?