Open file without asking

I've set pdf files to open with my default application (without asking).
Nerveless, FF keeps asking whether to save or open the file.
(The same happens with any file type, and also in safe mode and a new profile).
Any idea?
Thanks.

Try go to '''Tools''' >> '''Addons''' >> '''Plugins''' , try set the plugins to '''Always active''', then test again.
Also try check your plugins:
*http://www.mozilla.org/en-US/plugincheck/
When you said that you already set the default application, are you talking in the application menu?

Similar Messages

  • Upload file without asking user for the file

    Hi,
    I need to upload a file to server, but from my code, not using the file upload from page.
    I have created a xml file and I need to upload to server when user open a web browser (without asking user to select a file).
    How do I proceed??, or what kind of libraries do I must use?
    thanks

    davisote wrote:
    Hi,
    thanks for answer.
    Let me try to explain again (I think its very simple).Simple, yes. But not very thorough.
    I have developed a web application using JSF.So all the code is running on the server, right? There are no Applets, Applications or WebStart applications involved. Right?
    My application has a splash screen where I show data. I have developed a bean to connect to my database (sql server), extract this data and create an xml (using DOM) file like:
    <news>
    <simplenews id="1"> Value </simplenews>
    </news>And that bean runs ... where? Server again?
    (important step) Once I have created the xml file in my bean I want to upload to the server to a place like /WEB-INF/news.
    If the code is running on the server, then "uploading" is the wrong term, as there's nowhere to upload to, since you're already on the server.
    This may sound like nit-picking, but you're sending us on a wrong trail with this phrase.
    Once the file is on the server with another bean I read the xml fileWhy don't you simply store it in the application scope and let everyone access it from there? It doesn't sound as if the XML is huge.
    As you can see I haven't a web page where to show an upload file componetYou also don't want to "upload" anything from the client, from the sound of it.
    You simply want to transfer data between to server-side components, if I understood you correctly.

  • JS/AS - Open file without warning dialogs

    I have files with placed raster images that when opened need to be relinked. Relinking them is actually the first procedure of my script however I need illustrator to open the file without throwing me an error dialog asking me to repair the link. I've searched through the documentation but haven't found a param to pass, or a different method to call for opening without dialogs. Applescript has a 'without dialog' option for open but it doesn't work for this dialog, that i've found. And JS doesn't have an options that i can find in the documentation for open();
    Thanks
    /j

    Hi,
    Maybe the app.userInteractionLevel helps you.
    Maybe not :-)
    Regards,
    Tom

  • Photoshop Elements 12 saving over files without asking

    Open a picture in Elements 12, on Mac, do a Save As, give it a name without an extension, and save.  It will save the file and add a .jpg at the end.  Then open a different file, do a Save As, give it the same name as you just saved the other file with, without an extension, and save.  It will overwrite the existing file you saved first, without asking, and add .jpg to the name again.  I have lost all kinds of files, and I dont know which ones, by PS Elements 12 saving over them without warning me!  BUG!

    Oh, and while you're in there delete:
    com.adobe.PhotoshopElements.plist
    Adobe Photoshop Elements 12 paths
    Adobe Photoshop Elements 12 settings
    There's a saved application states folder at the same level as the Preferences folder. Delete anything in there for PSE.

  • Open file without warnings

    Hi,
    When I open a PDF file I get the following warning:
    The document contains PDF objects that have been reinterpreted.
    - The font is missing
    Can I somehow open the file without showing that error, or simply automate and click OK on that window? I am using C# with COM reference. See code below:
    var iapp = new Illustrator.Application();
    var idoc = iapp.Open(file, Illustrator.AiDocumentColorSpace.aiDocumentRGBColor, null);
    Regards

    Thanks.
    This is how you do it in C#:
    var iapp = new Illustrator.Application();
    iapp.UserInteractionLevel = Illustrator.AiUserInteractionLevel.aiDontDisplayAlerts;
    var idoc = iapp.Open("C:\\pdf\\zvz_conceptwerkboek_3split.pdf", Illustrator.AiDocumentColorSpace.aiDocumentRGBColor, null);

  • Acrobat DC installs "Send File" without asking

    I updated Acrobat and had DC delete and replace Pro XI. It also installed a add-on in MS Outlook called Send File. It did not ask if this was OK.
    Personally I don't like the look of the new program and since you can uninstall and go back a generation I did.
    Adobe, if you want to be Dropbox or Hightail then make a stand-alone. And never modify another non-Adobe application without asking permission.

    Nothing can stop people reusing your material. If it's really worth
    anything, text can be retyped of course, and images can be rescanned,
    or screen captured. You should certainly make this part of your
    contract with end users if it is a concern.
    If you are sending proofs, you can use a lower resolution, but if you
    are sending a final copy you have few options. You can of course set
    document security to block Acrobat (but not every program) from
    copying text or even allowing printing.
    Aandi Inston

  • Unable to Open Files without Extensions

    Ever since updating to Mavericks and iWork 2013, I've noticed that Pages seems unable to open files that lack formal file extensions and the OS seems unable to accurately identify what type of file something is. For example, if I double-click on a Word document that doesn't have ".doc" or ".docx" in its filename (either shown or hidden), Pages will launch and then say the file "can't be opened." If I then change the filename to include ".doc" or ".docx" and try again, Pages will open the file successfully. It doesn't seem limited to iWork, though. Today I tried opening a PDF file that lacked a file extension. Pages launched and told me the file "can't be opened." I then added ".pdf" to the filename, double-clicked on it again, and the file successfuly opened in Preview. Any idea why the OS seems to be unable to tell what kind of files things are all of a sudden? Or why iWork and other apps seem unable to recognize and open files they used to be able to recognize and open? I don't have time to add file extensions to all my files! — Also, I thought this was a mature UNIX-based OS, not Windows 3.1...

    Didn't realize I could edit my original post, so now this comment is superfluous...

  • Opening files without cascading and files being tabbed (Win 7)

    Is there a way to get DW CC (Win 7) to open multiple files on top of each other without cascading? In older versions, you could open multiple pages and toggle among them using a file menu at top. I would like to have all pages open with the same dimensions (without being tabbed) with their element quick view

    You should be able to hit the small minimize button in the upper right of the document window (not the main application window) to turn your pages into floating windows rather than tabbed ones.

  • Open file without forcing to download?

    How do i open the file(.doc) in a new window upfront without forcing me to download( without the dialog box) on click of a link.
    I am using the following code to set the content-type and header.
    response.setContentType("application/msword");
    response.setHeader("Content-Disposition","filename=\"" +fileName +"\"" );
    Using this ,I sometimes get the file in a new window and sometimes in the same window...inconsistently.
    Thanks

    Opening in a new window is a Javascript or target issue. Try editing your link to the document.
    Something like:
    getDocument
    or
    getDocument

  • Beware: Preview deletes changed/unsaved file without asking

    Since this happened to me twice now and I lost an hour of work, I'd like too share with you my bad experience with Preview.app
    A nice feature of Preview is the ability to add annotations to any pdf-file. If you add an annotation (e.g. a comment or some text-highlighting) and the file is then "marked" as changed and unsaved (by the black dot within the red dot in the top-left conner of the corresponding window). If you now hit CMD+Backspace (for example if you want to delete a annotation which you added by accident by clicking somewhere in the pdf-file while the note-tool was still activated) the WHOLE pdf-file will be deleted (i.e. moved to the bin) and all the changes are gone (if not saved before hitting cmd+Backspace)! Sure, the pdf is in the bin and can easily be restored but all the unsafed annotations are for ever lost.
    Although it might not be a bug of preview but it is a very counterintuitive behavior which can destroy (and in my case has destroyed) a significant amount of working time.

    SomeUserFromZZ9PluralZAlpha wrote:
    I wouldn't say that the name "Delete" implies that the whole file is deleted, normally it just deletes the text your are working on, for example in "Mail.app" cmd+del just deletes the previous text and not the whole email
    Actually, in general, it does. I just tried it in Mail and it deleted the entire highlighted email with the exception of having an active message composer window open and then, you are correct, it will only delete the previous typing.
    I would assume that Preview is not presenting the "do you want to save..." window possibly because you are not adding/changing a document you created, but rather adding a note to a document that was created as or changed into a .pdf - in other words, it will not react like a word processing document because it isn't a word processing document.
    Message was edited by: Barbara Daniels1

  • Can't open files without downsampling first, why is that?

    Hey all,
    I have found an issue that I don't know if it is already known or just me.
    When I open a .jpg out of a Lumix DMC-TZ5 at full resolution (180ppi at 14.4" height by 19.2" wide) in PSCS5 on a Mac OSX 10.6.5 and then launch Pixel Bender, the image is all multi colored blocks, the same thing that usually means a corrupt file or messed up image.  But, if I downsize the image in PSCS5 to 150ppi and leave the other image size settings as they were, then it goes right into Pixel Bender and works just fine.
    I am doing this on a 24" iMac 2.8ghz Core Two Duo with 8 gigs of ram if that matters... is anyone else seeing this on files in PB?
    I have also tried it on a .nef file out of a Nikon D3 that when opens in PSCS5 is 300ppi and 14.147" wide x 9.44" high, same thing.  All broken up digital code looking mess in PB until I find some magic down sampled size.
    thanks,
    c

    I'm not sure which GPU is in your iMac, but it sounds like it is a bit of an older model.
    This bug sounds a lot like an issue where the image is taking up a lot of the memory on your graphics card, which can cause noise or garbage in the image when it is drawn to the screen. This is a pretty well known problem on GPUs (one of the reasons why we used to restrict the image sizes a lot more than we do now). This would explain why downsampling the image fixes the problem. For now, you may need to switch to CPU mode to work on your larger images.
    Sorry I don't have a better answer for you right now. We're working on getting rid of the image size limitations, but for the moment we have to work with the hardware that is on your machine.

  • Method to Read or Open files without going in to GOS-- View Attachments.

    Hi Experts,
    I am looking for a mechanism to read or open a file which is stored in SAP Database ,rather going to SAP transaction (like Nomination O4NSN) --> GOS --> view attachment.
    Can anyone please give some suggestions on this.

    Thanks Ravindra,
    But we are not using DMS scenario for attaching the documents. What we are doing
    We go to a SAP tcode like O4nsn for TSW Nominations> then GOS> create attachment.
    Now the sap attachment is created and stored in sap database. We can retrieve attached documents by going into the same tcode and GOS--> View attachmenmts. Since these documents are strored in sap databse i want to know some other mechanism to retrieve these documents.
    Appreciate your help on this.
    Regards
    Richa

  • Adobe won't give me the option to 'open' files without saving.

    I was not able to open .pdf files at all and realised that Adobe Reader had somehow 'gone' from my laptop. I have reinstalled the latest version but if I want to 'open' an attachment in n email it will only give me the option to 'Save' the file. I don't want to Save every file. Can someone please advise me how to get back the option to just ' open' the file?

    I use Internet Explorer for my browser.
    A/A - I have reinstalled the latest version of AdobeReader.
    When I click an attachment to view it, the first option I am given is to 'save' the file, and then the next pop up message gives me the option to either 'open' or 'view file'. The thing is that I don't want to 'save' each file to my laptop to allow me to see it. I want to be able to merely 'open' the file to view aithout actually saving it first.

  • Open file without file scan permission

    Hi!
    Under Windows XP it was possible to open a file in a netware directory having read but no "file scan" permission on the containing directory.
    We used this for use cases like the one described here: https://forums.novell.com/novell-pro...ermission.html
    Under Windows 7 and Windows 8 that doesn't seem to work anymore???
    Is that "feature" no more supported or is it a problem with our Client oder Windows setup?

    mwielk,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • How do I stop Firefox from choosing a format for my downloads without asking me how I want to open it?

    When I try downloading word documents, Firefox automatically opens them without asking me how I want to format them. So far, all I get is strings of numbers. I believe i pressed ' always download similar files this way' at one point but I want to change it and can't find how.

    I looked at the Applications tab, it was set to always ask, but it's not asking, It just keeps automatically downloading, even if i set it to use a different program.

Maybe you are looking for

  • Bank statement in reconcile window

    Hi Experts. I am entring bank statement manually. After finilize this when i open recocile window, Bank statement is not appearing in right side. Thanks & Regards Manoj S

  • DRIVERS MISSING WHEN I HAVE INSTALLED WINDOWS SERVER 2008

    I HAVE PROBLEM WITH THE DRIVERS I HAVE INSTALLED A WINDOWS SERVER 2008 BECAUSE I NEED TO INSTALL SQL SERVER A PRACTICE STUFF....BUT I HAVE DRIVER PROBLEMS...IF ANYBODY CAN HELP ME

  • Attributes of private static class - private or package private?

    Consider the following code: public class Outer {     // Remainder omitted     private static class Nested {         int someInt           = 10;         String someString = "abc"; }The nested class Nested is declared private, as it is only used by th

  • How to find version of OUI?

    Hi Dear, I am trying to meet the prerequisite of clonig applications on linux OS. My Application version is 11.5.9 and database version is 9.2.0.3. But i am unable to find out what is the version of the Oracle Universal Installer in iAS HOME. Can any

  • CR Report Reload Duration Tracking

    Hi, I am reloading crystal reports thru BI Launchpad. Report is scheduled to deliver PDF output to a file location and option selected NOT to save instance in the History. This is a recurring report. After each successful reload PDF gets saved to des