Firefox reloads fileserve pages instead of downloading file

''Duplicate post, continue here - [https://support.mozilla.com/en-US/questions/809229]''
Any Fileserve page I click on loads correctly, I choose to download the file, enter the captcha, and then the countdown to access the file begins. When the countdown reaches zero, the entire page reloads to the state it was when I initially clicked on it, instead of displaying the button to download the file.

I have exactly the same problem. Clearing the cache, or deleting cookies does not help.
I have been downloading from Fileserve for years, then suddenly it started resetting the page instead of showing the download button.
It happens even when I start FF in safe mode, with all add-ons disabled, so it is not one of them causing the trouble.
I can download with no problems from Fileserve, using Comodo Dragon, or K-Meleon browsers.
And I can download from several other file share sites with F-Fox, so the problem is only an issue between F-Fox and Fileserve.
Cheers, Leo.

Similar Messages

  • DW6 fluid grid layout issue: writes to page instead of css file

    Using DW6 (version 12, owned, build 5861) on Windows 7 64 bit.
    Following tutorials and the help files to use the fluid grid layout.
    Start a blank page on a new site, which inserts the starter div and new css file
    Immediately save page, which also generates/saves ancillary files (js and css).
    Remove inner div that's created in order to use my own (have also tried leaving the default one in place and using that)
    Insert new div, within the "gridContainer clearfix" div.
    Place cursor just after that new div, still inside "gridContainer clearfix" and add new "fluid grid layout div tag", new row.
    Following same method, do so again.
    Dreamweaver adds the generated CSS code to the actual page instead of the expected div, visibly (minified)....and everything breaks. It does *not* add the code into the CSS file from there on and the only way to have it display the div (which does not show any visual indicators since the CSS is basically lost that would do so, is to CTRL-Z to undo the last step. It undoes the CSS showing as the only content in the HTML file, and *does* show a div with the name I'd given it. If I copy/paste that generated CSS into the fluid css file *then* CTRL-Z, it looks the way it's supposed to, with drag handles, visible indentations and so on.
    If I then change div widths or position, it does record those changes in the CSS file, so it appears this is only when inserting new divs after the second one that's a problem (third div inside the container is when it starts choking; none overlap).
    This is repeatable, on both desktop and laptop, running the same version. I've tried saving after every div insertion, only saving at the start, code view only, split only...
    I've tried searching for someone else having this issue and must not be wording the search properly, can't find anyone else seeing this. It's a weird one.
    If anyone can point me to something to try so the workaround isn't needed, it would be appreciated.

    OK try this workflow.
    Create a new FGLayout and SAVE.  This will save your CSS file with whichever name you give it.
    Switch to Design View.  Click on Mobile Display.  Build your mobile layout first since this is what everything else is based on.
    Insert a few Divs and don't worry about content.  Just get the basic Div structure stacked one on top of the other like this:
    <div class="gridContainer clearfix">
         <div id="div1">
              Div 1
         </div>
          <div id="div2">
              Div 2
         </div>
         <div id="div3">
              Div 3
         </div>
          <div id="div4">
              Div 4
         </div>
    </div>
    Hit Save and name your HTML file.   Do not edit the CSS file.  DW will generate the necessary layout code for you.
    Switch to Tablet Display.
    Grab the right side handles to resize divs and move to row above as desired.
    Save often during development.
    Switch to Desktop Display and repeat.
    Once your layout is built, test media queries by previewing in browsers by resizing viewport
    When you are completely satisfied with your responsive layout, begin adding content and use a separate external style sheet for content styles.  DO NOT EDIT boilerplate or Layout CSS files as doing so could break your layout.
    Nancy O.

  • Firefox 4 does not allow Pdf Download file to save

    File download dialogue box opens and request where to save . When the save button is clicked the box closes and file does not save

    i tried to do that but it didn't work, the more easy way i found that to go the menu bar click file then save page as .... the PDF file will be saved, i tried this and it work

  • Firefox Top Sites page will not download

    My Firefox, OSX, and Adobe Flashplayer software systems are all up to date.  The issue is that the Top sites page on Firefox will not download.  All that appears is a blank gray screen. 
    Please advise.

    Can you start Firefox in <u>[[Safe Mode|Safe Mode]]</u> by holding down the Shift/Options key?
    You can use one of these to start Firefox in <u>[[Safe Mode|Safe Mode]]</u>:
    *On Windows, hold down the Shift key while starting Firefox with a double-click on the Firefox desktop shortcut
    *On Mac, hold down the Options key while starting Firefox
    *Help > Restart with Add-ons Disabled
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    It is possible that your security software (firewall, anti-virus) blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full, unrestricted, access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating

  • My page has a button that, when clicked, calls a Java function that sets a PageLegend and changes an image but then FireFox reloads the page switching everything back to original values. What's up?

    This is happening with an ASP page. Not sure when it started, but the page used to work fine. The Java script is listed in the troubleshooting section. The button calls nextPic() which calls showPic(). After nextPic processes the page is reloaded.

    A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
    The helpers at that forum are more knowledgeable about web development issues.
    You need to register at the mozillaZine forum site in order to post at that forum.
    See http://forums.mozillazine.org/viewforum.php?f=25

  • Since upgrading to Firefox 4, I can't open downloaded files.

    I can still save files, but am not able to open them directly after downloading.

    Did you ever find out what the problem was? I am having the same issue

  • Adjusting a URL and reloading causes it to go to Google - any way to just let it reload the page?

    I was testing some calls to a Solr index with different URL query parameters. But each time I adjust a parameter and reload the page, instead of making the call again I'm dropped into Google search.
    However, if I (tediously) manually edit the URL to specifically add back in "http://" at the beginning of the line I can reload the page.
    This doesn't happen in Safari or Chrome. It seems to be a problem unique to FireFox.
    It makes testing cumbersome and I was wondering if there was a solution for this.
    Thanks,
    doug

    Could you describe how you are making the calls? For example, are you setting window.location.href, using window.open(), etc.? Submitting a form?
    One reason for getting a search could be a space in the URL. Is there any way to avoid spaces in the URL, or can you confirm that they are being properly encoded to %20?
    Do you want to try disabling address bar search (keyword search) as a workaround? https://support.mozilla.org/en-US/kb/search-web-address-bar#w_turning-off-the-internet-keyword-search

  • Stop Firefox reloading webpages when hitting back button

    Is there any way to make hitting the back button not reload pages? It's become a bit of annoyance to me within the past few days because it sorta messed with my flow.
    For example, let's say I'm looking at a phpBB forum. There's a unread posts button next to each topic. I click on the one next to a topic, this topic has 3 pages. The last post I read was halfway down the first page, it takes me to it (and adds "&view=unread#unread" to the URL). I finish reading the page, and move on to page 2. Partway down page two, I decide to go back to page 1 to re-read something that got quoted, and click the back button. But because of what seems like a recent change, Firefox attempts to reload the page instead of its old functionality... and thanks to the unread bit at the end of the URL, phpBB serves up page *3*. Now instead of going back, I've gone forward.

    This is irritating. This should not be necessary. In every previous version, clicking the back arrow re-displays the page from cache; clicking the reload button reloads the page.
    The back button has essentially become a reload button. It's just wrong. and it fouls up my work-flow. Also,
    browser.cache.check_doc_frequency user set integer 2
    did nothing to alleviate the issue.

  • Fix downloaded files permissions on Windows 7

    Almost every time I download a file from various sources, Firefox adds a padlock to the downloaded file icon. This means that the file can only be accessed by the current user unless I change back the file permissions manually.
    Is there any way of stop the downloads from changing their file permissions? I've only noticed this happening for a week or so, currently I'm on Firefox beta 26.0

    You can try to set the browser.download.manager.scanWhenDone pref to false on the <b>about:config</b> page to prevent Firefox from adding zone identifier data to the downloaded files.
    See:
    *http://kb.mozillazine.org/Unable_to_save_or_download_files

  • Firefox downloads html page instead of opening it

    I have an Apache web server (2.2.24) on a Red Hat Linux server (RHEL 5.8). On the web site I have a link to an html page that is not in the web directory, but is on the file system. When I click on the link to go to the web page, Firefox will not render the html page within the URL of the web site--it instead wants to download the html page before it displays the html. So, instead of getting http://mywebsite.com/help.html I get file:///C:Users/myuser/AppData/Local/Temp/Help.html. In internet explorer, the web page opens just fine: http://mywebsite.com/help.html--it does not try and download the file

    Our httpd.conf file has DefaultType text/plain
    The web page in question has a header of:
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (X11; I; HP-UX B.10.20 9000/879) [Netscape]">
    And yet Firefox still wants to download the page instead of render it directly in the browser :-(

  • FIREFOX OPENS RAR FILES INSTEAD OF DOWNLOAD

    I'm using Firefox 21. When I try to click in a rar file link, firefox opens the file instead of download.
    I've tried to change in "Tools->Options-> Aplications" the actions taken by the browser depending of file types, but there is no case for rar files and I cannot add it.
    Anyone can help?
    Thanks in advance

    This can happen if the server isn't configured properly and sends the file as text/plain.
    You should be able to verify this in Tools > Page Info > General
    *Press the F10 key or tap the Alt key to bring up the hidden "Menu Bar" temporarily.
    In such a case you can't left-click a link, but need to use the right-click context menu and use "Save Link As"

  • Firefox 12's greyed out "reload current page" on file//sample.svg worked in 11.x. How to get it working again?

    Using Firefox 12 the icon "reload current page" works for regular web pages but does not work when I view a local svg file. ex file file:///D:/test/programming/python/svgwrite/test.svg will show the svg correctly but when I update the svg file I can no longer press the "reload current page" icon because the icon is greyed out. This worked perfectly while using Firefox 11.x. How do I get this to work like it did in Firefox 11? Thanks.

    Do the F5 or Ctrl+F5 shortcut keys work?
    You can also click the URL on the location bar to add and remove a Space or anther character and click the Go button that should appear to reload the page.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Firefox downloads file as .ASPX instead of .PDF

    Trying to download Monthly Statements from Merrill Lynch website. Firefox used to download them as .PDFs (and MS IE 8 still does). Now Firefox downloads an .ASPX instead. Or maybe not -- If I change the extension of the downloaded file to .PDF. it loads correctly in Acrobat Reader. Why does Firefox use the wrong extension??
    == This happened ==
    Every time Firefox opened
    == About a month ago (???)

    Try "Reset Download Actions": http://kb.mozillazine.org/File_types_and_download_actions

  • Weird characters displayed on page instead of file download/preview

    Hi everyone,
    I have a download file procedure as per the instructions on the download.oracle.com page
    The download of the files worked just fine (or better say they were previewed in a new page) but recently a new schema has been added to the workspace so we can start the testings from the scratch.
    I modified the schema name where needed, but not the download page acts kinda weird, as instead of the file preview, I get a long page full of:
    �����JFIF�,,����&�Exif��MM�*������������������b�������j(�������1�������r2���������i�������������-����'�-����'Adobe Photoshop CS3 Windows�2008:07:28 16:41:20���������������������������]��������������������������&(�������������.������%��������H������H��������JFIF���H�H�����Adobe_CM�
    The issue is that if I switch back to the old schema, the result is the same. So, anyone has any idea of what can cause this?
    Thank you
    Regards
    Andrea

    Hi John,
    >
    <Location /pls/nxdev>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString hostname:1521:... ServiceNameFormat
    PlsqlNLSLanguage NORWEGIAN_NORWAY.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword pass
    Allow from all
    </Location>>
    >
    CREATE OR REPLACE procedure schema.dl_file (p_fileid in number)
    as
    l_mime varchar2(255);
    l_length number;
    l_filename varchar2(2000);
    lob_loc BLOB;
    begin
    select col1,col2,col3,col4 into l_filename, l_length, l_mime, lob_loc from km_docs where kmd_id = p_fileid;
    -- Set up HTTP header
    -- Use an NVL around the mime type and if it is a null, set it to
    -- application/octect - which may launch a download window from windows
    owa_util.mime_header(nvl(l_mime,'application/octet'), FALSE );
    -- Set the size so the browser knows how much to download
    htp.p('Content-length: ' || l_length);
    -- The filename will be used by the browser if the users does a "Save as"
    htp.p('Content-Disposition: filename="' || l_filename || '"');
    -- Close the headers
    owa_util.http_header_close;
    -- Download the BLOB
    wpg_docload.download_file( Lob_loc );
    end;
    >
    Thanks!
    PS: Some updates...I tried it in IE as well (I use FF when working with applications) and funny enough the photos and documents get displayed/the download box shows up.
    But, all the files have the name f. f.pdf, f.jpeg etc
    I tried calling the dl_image procedure in the url (currently I call a new page where I pass the file id to an application id and then I call the above procedure in a pl/sql block):
    http://www.host/pls/dad/schema.dl_file?p_fileid=1
    And the name seems ok. I don't think it's a good idea to put the procedure name in the link, is it?
    Edited by: AndreaC on Nov 18, 2008 3:30 PM

  • I downloaded Firefox 4.01 and now when i open a new tab, i get a blank page, instead of my home page. How do I change that? Thanks

    I downloaded Firefox 4.01 and now when i open a new tab, i get a blank page instead of my home page. How can I default to my home page when a new tab opens?

    You can do that by using an add-on such as:
    * NewTabURL - https://addons.mozilla.org/firefox/addon/newtaburl
    * New Tab Homepage - https://addons.mozilla.org/firefox/addon/new-tab-homepage
    Another way of opening the home page in a new tab is to middle click on the home button in the navigation toolbar.

Maybe you are looking for

  • Creating a sequence based on the no of days in the month.

    Hi, I have a requirement in ETEXT template where I need to show the sequence as per the month of the Year. i.e. if it is december then 31 records should show up in my output file. The records in my XML data is bases on specific dates and not necessar

  • HTTP Client/Server program problems

    Hi all, I am doing an exercise in which I create a Client and Server program. I send a GET request but nothing seems to happen. There is obviously something I'm missing. Could it be a badly formed request? The code is below. Any help is appreciated.

  • My ipod Touch 4G is on it's way

    Is there anything I should know before I start using it?

  • I Do Not Know How To Answer A Phone Message I Have Missed

    The other day, I was out and the phone rang. I was someplace where I could not turn on a cellphone so, I just left it at home. When I came back, I had missed TWO messages and NOW I cannot get them off my phone. How do I do this? Please help me. Thank

  • VM life cycle

    Is there any restrictions about mantain the VM running indefinitely ?? I'm using a java client 24hs/day... Is there any known problem with VM permanent usage ??