Editing the folder links in DW,FW "Open/Save As" dialog box

i found apps to change the folder links in the left column of my various Windows7 Open/Save As dialog box, but it doesn't affect those in DW,FW. is there a way to do this?
thanks
GN

Take a look at this:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_17216&sliceId=1
Bryan Ashcraft (remove BRAIN to reply)
Web Application Developer
Wright Medical Technology, Inc.
Macromedia Certified Dreamweaver Developer
Adobe Community Expert (DW) ::
http://www.adobe.com/communities/experts/
"eliblow" <[email protected]> wrote in
message
news:fjkqvv$gig$[email protected]..
>I would like to create open Save As dialog using
ColdFusion. The user will
>be
> clicking a button and the dialog will pop up asking the
user if he want to
> save
> the file. I know that it can be done using JavaScript,
but I am not sure
> how it
> could be done with CF. any suggestions?
>
> Thank you in advance.
>

Similar Messages

  • How do i disable the open/save image dialog box in firefox? I want to directly save the image file to the drive.

    How do i disable the open/save image dialog box in firefox? I want to directly save the image file to the drive without clicking on save option everytime when saving an image. I'm using firefox ver 35.0.1 for windows 7.

    Click on the Firefox menu. Then click "Options". Go to "Applications" tab. Search for jpg and png file type. You will find they have "Always ask" action attribute. Change it to "Save file".
    Hope it will work fine for you.

  • Blank page shown instead of Open/Save As dialog box-CSV file download in IE

    I am migrating an application hosted earlier on Oracle 9iAS (9.0.3.1 BP1) to OracleAS 10g (10.1.3) with Struts 1.2.9. While the below JSP code worked for the earlier s/w stack when accessed using IE 5.5 SP2 or above, a blank page is displayed with the new s/w stack. What I mean by "worked earlier" is this. A "Open/Save As" dialog box would appear. Trying to "Open" would open a new IE window launching MS Excel and displaying correct data. Trying to "Save As" would display correct filename and extension in the dialog box.
    <%@page autoFlush="false" contentType="application/x-filler"%>
    <%
    try
    String fileName = "ABC.CSV";
    String strData = "A,B,C";
    response.setContentLength(strData.length());
    response.setHeader("Content-Type","application/octet-stream");
    response.setHeader("Content-Disposition","inline;filename="+fileName);
    ServletOutputStream ouputStream = response.getOutputStream();
    ouputStream.write(strData.getBytes(), 0, strData.getBytes().length);
    ouputStream.flush();
    ouputStream.close();
    catch(Exception e)
    %>
    I tried some changes listed below:
    1. Deliberately introduced compilation errors in the JSP code.
    2. Changed contentType="application/x-filler" to various MIME types like application/x-download, application/vnd.ms-excel, removing it altogether.
    3. Commented out response.setHeader("Content-Type","application/octet-stream") and also tried other MIME types related to CSV/Excel.
    4. Changed Content-Disposition from inline to attachment.
    Each of the above resulted in an unacceptable behaviour compared with the earlier state:
    1. Blank page shown as if nothing was happening even in case of deliberate incorrect JSP syntax.
    2. Dialog box did show up with some combinations. But on trying to "Open" or "Save As", the dialog box shows up a second time. Then while trying to "Open", the contents get opened either inline or in MS Excel but with some additional garbage data like source file name.jsp etc. While trying to "Save As" the file name and extension take on the pattern <URL_Pattern>.htm where URL_Pattern would be "DOWNLOAD_ACTION.do".
    Some other information:
    1. This code works when accessed from desktop local container (Win 2000) but not when deployed on Unix env (HP-UX B.11.11.0109).
    2. Latest patchsets are installed for IE.
    3. The existing application is designed to work for ONLY IE 5.5 SP2 or above, so I haven't tried with other browsers. I have tried both IE 5.5 SP2 and 6.0 SP1.
    Any help in this regard will be highly appreciated.
    Thanks a lot for your valuable time..

    I have made it to work with the below changes:
    1. Changed the URL pattern for <filter-mapping> for *.jsp to /*.jsp
    2. Added <dispatcher>REQUEST</dispatcher> and <dispatcher>FORWARD</dispatcher>
    3. Everything else (code-wise) is as before.
    Because of these changes, the filter, wherein some headers are being added to the response, is being invoked appropriately now.
    Thanks for you time and suggestion though...

  • CS5.5/OS X 10.8: Open/Save As dialog box resizing

    Since I have been using CS5.5 Web Design Premium in Mountain Lion, I cannot get the programs to remember me resizing the Open and Save As dialog boxes.
    Each time I Open or Save As, the windows default to about 720 x 540, which is annoyingly small on a 1920 x 1200 screen. 
    In each programs' .plist file, located at /Users/(username)/Library/Preferences/, there are two keys:
    NSNavPanelExpandedSizeForOpenMode:GetFile
    NSNavPanelExpandedSizeForSaveMode:PutFile
    After trying to resize the windows, I  QuickLook these .plist files.  The values for these key-value pairs are
    1)  sporadically updated and subsequently ignored on program close/relaunch, or
    2)  not updated at all.
    Have noticed this problem in DW, FW, AI, and FL.  PS seems to be the only exception.
    Adobe products are the only programs on my Mac that exhibit this problem.
    Mac OS is up to date. (10.8.3 as of date of post)
    All aforementioned Adobe programs are up to date according to the Adobe Application Manager.
    The preferences folder and the specific .plist files contained therein are read/writeable by me, the administrator.
    Rebuilding the .plist file does not help.
    Rebuilding the Saved Application State folder for the program does not help.
    Other miscellaneous things (resizing Finder columns, showing/rehiding hidden files, maximizing/restoring the window) don't help either.
    Can any community members who have experienced this problem suggest any fixes?

    I think this is an OS X 10.8 thing rather than a CS5.5/OS X 10.8 thing – but I would really like a fix for this too, nnotnorth

  • Photoshop CS6 Windows - Open\Save as dialog box

    Why in Photoshop & Illustrator CS6 "Open" and "Save as" dialog box style is from Windows XP?
    In AfterEffects, Audition and other is new dialog box style:
    Can Adobe add in "Preferences" - option with checkbox for users Windows 7/8
    who can use the new windows explorer with extended folder bar?
    That would be simplified and speeded up a lot of things.
    Or maybe I'm blind and not see this option

    Summary:
    ... because 100 years ago, people also had wooden wheels for cars.

  • Open Save As Dialog Box

    I would like to create open Save As dialog using ColdFusion.
    The user will be clicking a button and the dialog will pop up
    asking the user if he want to save the file. I know that it can be
    done using JavaScript, but I am not sure how it could be done with
    CF. any suggestions?
    Thank you in advance.

    Take a look at this:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_17216&sliceId=1
    Bryan Ashcraft (remove BRAIN to reply)
    Web Application Developer
    Wright Medical Technology, Inc.
    Macromedia Certified Dreamweaver Developer
    Adobe Community Expert (DW) ::
    http://www.adobe.com/communities/experts/
    "eliblow" <[email protected]> wrote in
    message
    news:fjkqvv$gig$[email protected]..
    >I would like to create open Save As dialog using
    ColdFusion. The user will
    >be
    > clicking a button and the dialog will pop up asking the
    user if he want to
    > save
    > the file. I know that it can be done using JavaScript,
    but I am not sure
    > how it
    > could be done with CF. any suggestions?
    >
    > Thank you in advance.
    >

  • Open/Save File Dialog Box comes up, then does not respond for a long time or not at all

    I will click a link for a download and the box will pop up saying
    "You have chosen to open "blahblah.blah.blah
    Which is a: blah file
    From: www.randomsite.com
    What should Firefox do with this file?
    Open with
    Save File"
    At this point other than being able to see the box, it is as though it doesn't exist. I can't click okay or cancel or choose what to do. Sometimes after a few minutes it will suddenly work, other times it will just remain until Firefox closes.

    You can also try to clean install the new version after deleting the [http://kb.mozillazine.org/Profile_folder Profile Folder] as well as the [http://kb.mozillazine.org/Installation_directory Installation Folder.] Please see [https://support.mozilla.org/en-US/kb/Backing%20up%20your%20information?s=backup&r=1&e=sph&as=s this] for backing up important info. The '''places.sqlite''' file stores the bookmarks and history, the '''key3.db''' + '''siqnons.sqlite''' files are needed to successfully restore the saved passwords etc.
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Files]
    [https://www.mozilla.org/en-US/firefox/new/ Firefox Latest]

  • Downloads used to open after download. NOw they just end up in the download folder and I have to go to the folder to find it and open it. I did not change seettings, maybe an update changed it? I cannot find a way to change this in settings.

    Downloads used to open after download. NOw they just end up in the download folder and I have to go to the folder to find it and open it. I did not change seettings, maybe an update changed it? I cannot find a way to change this in settings.
    == This happened ==
    Every time Firefox opened
    == A week or two ago. Not sure if result of most recent update.

    Downloads used to open after download. NOw they just end up in the download folder and I have to go to the folder to find it and open it. I did not change seettings, maybe an update changed it? I cannot find a way to change this in settings.
    == This happened ==
    Every time Firefox opened
    == A week or two ago. Not sure if result of most recent update.

  • I backed up my old core 2 duo imac and and was trying to transfer files to my new 2011 imac and when i go to oppen a folder from what i transferred it says "The folder "Music" can't be opened because you don't have permission to see its contents."?

    I backed up my old core 2 duo imac and and was trying to transfer files to my new 2011 imac and when i go to oppen a folder from what i transferred it says "The folder “Music” can’t be opened because you don’t have permission to see its contents".  Why cant i access the files from my old mac?  I tried the time machine and that isnt working either.  I have files that I need to use on my new mac, all my old programs and such.  I thought they said it was easy to get your files from one mac to another.  Please help.

    Your account names are probably different on the two Macs. If you know the UNIX command line, open a terminal window and run:
    $ id 
    You should see a line that starts with something like this:
    uid=501(your_user_id_here)
    now check the owner of the folder you copied over:
    $ ls -ld Music
    drwx------+ 8 some_user_id_here  staff  272 May 14 16:08 Music
    Do the IDs match? If not, you could change the ownership. Say your id is "johnsmith"
    $ chown -R johnsmith Music
    Now try and access it with iTunes.

  • Getting as message that says"The folder "Desktop" could not be opened because you do not have sufficient access privileges". How can I get into this folder?

    Getting as message that says"The folder "Desktop" could not be opened because you do not have sufficient access privileges". How can I get into this folder?

    OPen your Users folder, Highlight the Desktop Folder, do a Get Info or CMD+i on it, see if it's locked or if you have Rights & Privileges at the bottom.

  • After trying to restore from time capsule, I get the following message when I try to access the folder "data." The folder "Data" can't be opened because you don't have permission to see its contents.  Any ideas?

    after trying to restore from time capsule, I get the following message when I try to access the folder "data": "The folder “Data” can’t be opened because you don’t have permission to see its contents."  Any ideas?

    Are you restoring from a TM backup??
    Check the methods Pondini outlines to do restore.
    Q14-17
    http://pondini.org/TM/FAQ.html

  • System.ArgumentException when trying to edit the top link bar

    Whenever I try to edit the top link bar of my SharePoint site, I get a page that just says "New Navigation Link."  That's fine, the link bar is empty, but when I click on that, IIS crashes:
    Server Error in '/' Application.
    Value does not fall within the expected range.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.ArgumentException: Value does not fall within the expected range.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [ArgumentException: Value does not fall within the expected range.]
    Microsoft.SharePoint.ApplicationPages.NavNodeCreatePage.OnLoad(EventArgs e) +1471
    System.Web.UI.Control.LoadRecursive() +95
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2936
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18447

    Hi,
    According to your description, my understanding is that the error occurred when editing the top link bar in SharePoint 2013.
    As the error message is very common, I recommend to check the ULS log for detailed error message for further research.
    For SharePoint 2013, by default, ULS log is at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS.
    Here is a similar thread for you to take a look:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/e6620d12-4995-4fb8-a75e-6b6c54a2adf8/cannot-modify-global-navigation?forum=sharepointcustomizationlegacy
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Unable to access time machine backup. The folder "Documents" can't be opened because you don't have permission to see its contents.

    My MacBook Pro with 750GB storage refuses to startup due to a problem with logic board (unfortunately I'm in Singapore and there is no Apple store here and zero customer support).  I'm trying to access some of the files from the time machine back-up using my MacBook Air with 120GB storage, but I'm unable to open the backup.  I receive an error message "you don't have permission to see its contents". Unable to access time machine backup. The folder “Documents” can’t be opened because you don’t have permission to see its contents.
    I don't really want to migrate the data from the time machine to the MacBook Air as I simply don't have sufficient storage space on the MacBook Air.  The iPhoto library which I'm trying to access is 200GB, which is more than the size of the MacBookAir.
    Is there any way I can view the photos and documents stored on the time machine backup.
    Thank you very much.

    When you setup the Mac, you created a Admin user account with say name X
    You ran Migration Assistant and it migrated user Y from the Windows machine.
    User Y has different permissions than User X.
    User X can't normally access User Y's account.
    So what you do is log out of User X via the Apple menu and into User Y, this way you have permission to access the files.
    If you want to transfer files from User Y to User X account
    Transfer files between user accounts on the same machine instructions
    Finder > Go menu > Computer
    A window appears with your boot drive, double click on it to open
    Inside is Users folder, double click to open it
    Inside is your User accounts, double click on the one you want to send files too
    Double click on the Public folder drop the files into the DropBox folder,
    The permissions will change and can be used in the other user account when you log into it and moved to the appropriate folders.
    Applications are typically installed and kept in the Applications folder which is a global access folder all users can access to run them from, but not all users can modify unless they are a Admin user.
    Windows programs won't run on a Mac, but they can be instaled into a virtual machine program that is running Windows.
    Windows in BootCamp or Virtual Machine?

  • The folder "cores" can't be opened because you don't have permission to see its contents.

    HELP, I did something very stupid.  I used my installation disk  and went into the disk utility and change the Volume Scheme to partition  it to 1 volume & named it Macintosh.  The prior hard drive name was possiby Macintosh HD and I renamed it Macintosh (this wiped out all the previous information).  Unfortunately I did not use the Time Machine to backup my information, but I use my Iomega  500GB eGo USB 2.0/FireWire 400/FireWire 800 Portable Hard Drive to backup my information .  I tried to retrieve the backup and it says that I do not have permission since I changed the previous hard drive’s  name.  What can I do to restore my old hard drive information. Shown below is what it shows: The folder “cores” can’t be opened because you don’t have permission to see its contents. Much appreciated if someone could help me.

    I am panicking now and I am so afraid that I lost all my information by what I did.
    Don't be upset. From what you've said, I don't see any reason to believe that you lost anything. You did make a lot of mistakes, though, starting with having only one backup and not testing it.
    I did not use any software when I did the backup.
    Yes, you did. You can't do anything with a computer without using software. Possibly what you mean is that you used the Finder. That's software. Or it may have been something else.
    Hopefully you can help me , but if you can't,  do you think if I contact someone at Apple can?
    I'll try to help you as time permits, but it might make you feel better to make an appointment at the "Genius Bar" of a local Apple Store. They aren't really geniuses and I can't promise they'll help you with this problem, but it doesn't cost anything.

  • My MacBook Pro keeps saying The folder "Desktop" can't be opened because you don't have permission to see its contents.

    My MacBook Pro keeps saying The folder “Desktop” can’t be opened because you don’t have permission to see its contents.  I just took it in to the apple store a few weeks ago,  and since then I can't go into my desktop, I cant download anything to my computer. 

    Choose Home from the Finder's Go menu, click on the Desktop item, choose Get Info from the File menu, and give yourself read and write access in the Sharing & Permissions section.
    (92996)

Maybe you are looking for

  • Error while invoking the DB adapter

    Trying to create simple BPEL process which will read the csv file and invoke the db adapter to insert the data in database. While invoking the db adapter I am getting following error <bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><par

  • After iPhoto update some photos go black when trying to edit them and am unable to edit those photos

    After iPhoto update some photos go black when trying to edit them and am unable to edit those photos. How do I fix this as this is the latest update?

  • Cannot load newegg web site. have tried clearing cache and cookies

    Newegg.com fails to load nine out of ten time and takes over a minute to load when t succeeds. I have already tried clearing the cache and cookies as suggested in trouble shooting with no improvement in performance.

  • Revision level in CS61

    Hi PP Gurus,                  I have brought revision level in t-code CS01, CS02 initial screen by setting IMG. but same does not getting incoporated in order BOm t-code CS61, CS62. What shall have to do with IMG setting. Can I add or change column i

  • Import RAW images from Sony A100 DSLR?

    iPhoto 6 does not import RAW images taken with my Sony A100 DSLR. I can view the images with preview, so apparently Mac OS X knows how to handle them. But, iPhoto just says there are no pictures to import. I installed the Aperture trial, and it handl