Closed
Bug 97986
Opened 23 years ago
Closed 23 years ago
download via post doesn't start
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: MatthiasMann, Assigned: rods)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.3+) Gecko/20010823
BuildID: 2001082303
In the page at http://unrealed.gamesweb.com/files/info.php?DownloadID=1503 is a
download button which is implemented via a html form with method=post.
Internet explorer works but mozilla doesn't start the download.
Reproducible: Always
Steps to Reproduce:
1. go to http://unrealed.gamesweb.com/files/info.php?DownloadID=1503
2. klick at the "Download starten" (in the middle of the page left)
Actual Results: mozzila sends the form data but no download starts
Expected Results: a doenload window asking for the destination file location
shoud appear and the download should start
It's a simple html form (table and styles are cut) :
<FORM METHOD="POST" ACTION="send.php">
<input type=hidden name=DownloadID value=1503>
<INPUT TYPE="SUBMIT" VALUE="Download starten!">
</FORM>
Comment 1•23 years ago
|
||
Yep. downloads were broken in that version unless you right clicked on a link.
The fix was checked in on the 24th. (a day after your build). Please make sure
you test bugs with the latest version before reporting bugs.
Thanks for helping test Mozilla!
*** This bug has been marked as a duplicate of 96418 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•