Modify ↓
Ticket #435 (closed defect: fixed)
Opened 8 years ago
Last modified 6 years ago
wiki file upload issue
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | highest | Milestone: | 0.7.1 |
| Component: | general | Version: | 0.7 |
| Severity: | critical | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 8 years ago by daniel
- Milestone set to 0.7.1
- Priority changed from normal to highest
- Severity changed from normal to critical
comment:2 Changed 8 years ago by jonas
- Status changed from new to assigned
comment:3 Changed 8 years ago by jonas
comment:4 Changed 8 years ago by jonas
- Resolution set to fixed
- Status changed from assigned to 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.
Changed 6 years ago by anonymous
Changed 6 years ago by anonymous
- 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"?