Closed
Bug 215114
(SAVE_DIALOG)
Opened 21 years ago
Closed 21 years ago
Using servlet to pass text into a *.csv file, but Save Dialog saves file as *.csv.ServletName
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: colinc, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6
I'm using a servlet to pass some text into a *.csv file. The content type of the
servlet is "application/csv", which is perfectly fine (The save dialog pops up
correctly), but when I try to save it as a csv file the save dialog wants to
save it as the Servlet's name type.
e.g. Servlet name = "AlarmReport" CSV File name = "AlarmCSV.csv"
Save Dialog wants to save file as "AlarmCSV.csv.AlarmReport".
Reproducible: Always
Steps to Reproduce:
NB...USING A SERVLET!!
1. Save Dialog pops up (Correct!).
2. Save Dialog asks to save as a *.csv.ServletName file (Incorrect!).
3. Save Dialog saves file as a *.csv.ServletName file (Incorrect!).
Actual Results:
Save Dialog saves file as a *.csv.ServletName file.
Expected Results:
Save Dialog should have saved file as a *.csv file.
Reporter | ||
Updated•21 years ago
|
Alias: SAVE_DIALOG
Comment 1•21 years ago
|
||
Could we have a test URL please? (it's a bit hard to test/check without a live
example)
Comment 2•21 years ago
|
||
Ok, thanks for the information (via e-mail). I've run up the following test page:
http://www.warwickcompsoc.co.uk/~silver/temp/mozilla/cd_test.pl
I think it should pre-fill the two boxes with what your system is using, if not
you can edit and check anyway.
The values it pre-fills with work fine for me, in Firebird 20030805.
Comment 3•21 years ago
|
||
It appears that this problem was profile/installation related. Reported has said
(via e-mail) that the problem is gone after reinstalling Mozilla.
--> RESOLVED: WORKSFORME.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•