Closed
Bug 495291
Opened 16 years ago
Closed 15 years ago
File Upload broken (SeaMonkey part)
Categories
(SeaMonkey :: Download & File Handling, defect)
SeaMonkey
Download & File Handling
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.0b1
People
(Reporter: neil, Assigned: neil)
References
Details
(Keywords: regression)
Attachments
(1 file)
572 bytes,
patch
|
timeless
:
review+
|
Details | Diff | Splinter Review |
Since bug 412822 file upload is broken because it expects an nsIFileURL object.
Assignee | ||
Comment 1•16 years ago
|
||
Attachment #380219 -
Flags: review?(timeless) → review+
Assignee | ||
Comment 2•16 years ago
|
||
Pushed changeset fbd1bea81d2b to comm-central.
Note that Upload File is probably still broken, but for other reasons.
Updated•16 years ago
|
Version: unspecified → Trunk
Comment 3•16 years ago
|
||
Comment on attachment 380219 [details] [diff] [review]
Proposed patch
[Checkin: Comment 2]
>- var leafName = fileURL.file.leafName;
>+ var leafName = fileURL.QueryInterface(CI.nsIFileURL).file.leafName;
Fwiw, you may have wanted to update the previous comment too:
2434 // generate the target URI. we use fileURL.file.leafName to get the
Comment 4•15 years ago
|
||
Is this connected with bug 467524?
Could you either describe specifically what is still broken or close this bug and file a separate one for the remaining issue(s)?
Assignee | ||
Comment 5•15 years ago
|
||
File Upload was broken for two reasons (both mentioned in bug 467524, and one fixed here) and I'll leave bug 457524 open for the other half of the bug.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Attachment #380219 -
Attachment description: Proposed patch → Proposed patch
[Checkin: Comment 2]
Updated•15 years ago
|
Target Milestone: --- → seamonkey2.0b1
Updated•15 years ago
|
Summary: File Upload broken → File Upload broken (SeaMonkey part)
You need to log in
before you can comment on or make changes to this bug.
Description
•