A better way to move downloads to appropriate folder?

I'm setting up a new iMac with 10.6 for a friend who came over from Windows. One tidbit she would like to be more efficient at is handling downloaded attachments from Yahoo Mail, specifically PDFs.
In Yahoo Mail using IE if say a PDF attachment is clicked on a dialogue box pops up asking if you want to Save of or Open. In Safari (or Firefox) when the Yahoo attachment is clicked on it automatically goes in the Downloads folder. Unfortunately not possible to right-click on the attachment and "Download Linked File As...".
Everyday for her work she downloads several PDF files that are emailed to her Yahoo Mail periodically throughout the day from different employees, and she the saves those to the respective folder. In her Documents she has a subfolder called "PDF Documents" and inside that folder are folders for each employee - which there's about 100.
In IE she would click the attachment and then save it to the correct folder from the Save dialogue box. Now on the iMac the attachment goes into the Downloads folder, she opens the Downloads folder, then a second Finder window, navigates to the needed subfolder in the "PDF Documents" folder, and drags the downloaded PDF in there, then closes out all windows.
Is this how you would do it in 10.6? Do you have any tips on making that process more streamlined?
Thanks!,
Wesley

Yahoo does not allow anything but to download attachments (I asked Yahoo that very question not that long ago); however, there is a something you can do in both Firefox and Safari: go to Preferences, click on General, and choose where the downloaded file should go. I prefer mine on the desktop because they're easy to find and visible; once downloaded, I look through the files and decide where to put them. Your friend could simply do that or set up a folder on the desktop and direct the downloads to that folder.

Similar Messages

  • Is there a way to move files from one folder to another without copying and pasting and then going back to delete the original?

    Is there a way to move files from one folder to another without copying and pasting and then going back to delete the original?  The cut and paste function is not available and there's no "move to" function.  Am I missing something?  It was so easy with Windows.

    Drag the files, or press Option when pasting them; this accesses the Move To function.
    (124070)

  • Is there a way to move to the previous folder by using the keyboard?

    Is there a way to move to the previous folder by using the keyboard? Just the same as clicking the left arrow at the top left of the Finder window? I know how to do this in Windows (press and hold the Alt key and press the left arrow key.)
    Is this possible in MacOSX?
    Thanks,
    Jeff

    Command-Up Arrow is not the same as the left arrow button in the tool bar. Command-Up Arrow moves up one folder in the file system hierarchy. To go back, use Command-[.

  • What is the best way to move files to different folders in a plug-in?

    I am writing a plug-in that needs to move files on the hard drive.  I am using LrFileUtils.move(from, to) and everything is fine except that the catalog is not updated when the file is moved.  After the plug-in runs I can use Library > Synchronize Folder to get the catalog back in sync with the new locations of the photos on the drive, but this manual step is less than ideal. 
    I am unable to find a way to move the files within the plug in that also updates the catalog (like dragging photos to a new location within the LR Navigator pane).  Lacking an API for this, I looked for a way to programmatic execute the Synchronize Folder menu item, but was not able to find this either..
    Can anyone recommend a better way to move photos to different folders within a plug-in that also updates the catalog?

    Hi Andy,
    There are 3 main file formats that you can consider writing your data out to in LabVIEW:
    ASCII
    Binary
    Datalog
    ASCII
    ASCII files are useful because every operating system and almost every application can read/write ASCII format files. Use ASCII files when:
    Other users or applications will need to access the data file.
    You will not need to perform random access file I/O
    File I/O speed is not crucial
    Disk space is not crucial
    Examples within LabVIEW Example Finder: Fundamentals >> File Input and Output >> Write to Text File.vi and Read from Text File.vi
    Binary
    Binary byte stream files are more specific to data storage and retrieval. Use b
    inary files when:
    File I/O will remain in LabVIEW only -- no other applications will be needing to write/read that file. There is no standard formatting for binary files and thus other applications or operating systems may be unable to read the file.
    Files are smaller than ASCII files
    Easier and faster random access to data
    Examples within LabVIEW Example Finder: Fundamentals >> File Input and Output >> Write Binary File.vi and Read Binary File.vi
    Datalog
    When to use datalog:
    If you need to record data with a mixture of types, it can be cumbersome to convert everything to ASCII or to keep track of the binary formatting.
    Datalog format is binary and internal to LabVIEW, so again only use this format if no other applications or operating systems will be needing to perform file I/O on the file.
    Examples within LabVIEW Example Finder: Fundamentals >> File Input and Output >> Write Datalog File
    Example.vi and Read Datalog File Example.vi
    Good luck!
    Kileen C.
    Applications Engineer
    National Instruments

  • Is there a better way to position a flash movie than ap div?

    I'm creating a new website(not yet active) and have a great flash movie for the home page.  I've place it in an ap div and of course it moves to a different position in different browsers. Is there any way I can get it to display correctly, or is there a better way to position the movie? Thanks.

    Of course. The following code is for the home page: 
    "http://www.w3.org/TR/html4/loose.dtd">
    #page-background
    #container
    /* this image stays in internal style sheet*/
    #mainImage{
        background-image: url(images/mainImageBkgrnd.jpg);
        background-position: center top;
        background-repeat: repeat-y;
        width: 875px;
        height: 625px;
        margin: 0 auto;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        position: relative;
    #footer{
        position: absolute;
        top: 700px;
        left: 10px;
    #serviceImage{
        position: absolute;
        top:300px;
        left: 35px;
        z-index: 0;
    #orderImage{
        position: absolute;
        top: 300px;
        right: 20px;
    #flashMovie {
        background-image: url(images/flashPix.png);
        background-position: center top;
        background-repeat: no-repeat;
        width: 700px;
        height: 300px;
        margin: 0 auto;
    .flashText p{
        width: 250px;
        padding-top: 75px;
        font-family: "Arial Narrow";
        font-size: 180%;
        line-height: 1.5em;
        color: #666;
    #vertStripe {
        position: absolute;
        top: 325px;
        left:435px;
    #serviceHeader {
        position: absolute;
        z-index : 50;
    #apDiv1 {
        position:absolute;
        left:607px;
        top:169px;
        width:700px;
        height:298px;
        z-index:2;
    html {overflow-y:hidden;}
    body {overflow-y:auto;}
    #page-background
    #content
    </style>
    <![endif]-->
    <!IE7 and lower stylesheet>
    <!>If this page is not displaying correctly, please update your browser by downloading Internet Explorer 8.<link rel="stylesheet" type="text/css" href="ie7-and-down <link rel="stylesheet" type="text/css" href="ie7-and-down.css" />  <![endif]>
    body
    font-size: 70%;
    text-align: center;
    <!begin flash Movie> 
        <!>>
          <!<![endif]>
            Content on this page requires a newer version of Adobe Flash Player.
    !http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif|height=33|alt=Ge t Adobe Flash player|width=112|src=http://www.adobe.com/images/shared/download_buttons/get_flash_player .gif!</p>
          </div>
          <!>>
        </object>
        <!<![endif]>
      </object>
    </div>
    <!end flash Movie>
    !images/waves2.png|height=100%|alt=Waves|width=100%|src=images/waves2.png!
    !images/banner_nws.gif|height=120|alt=Northwind Safety Corp.|width=875|src=images/banner_nws.gif!
    <!main Navigation menu>
    [About Us | about_us.html]
    [Services | serv_fa.html]
    [Training | train_cpr.html]
    [Products | products.html]
    First Aid
    [AEDs | aed_philips.html]
    <!end main Navigation menu>
    !images/serviceComp.png|height=250|alt=Van Serviceman|width=400|src=images/serviceComp.png!<!end serviceHeader>
    </div><!end serviceImage>
    !images/vertStripe.png|height=150|width=5|src=images/vertStripe.png!
    <!end vertical stripe>
    !images/orderComp.png|height=250|alt=Order Taker|width=380|src=images/orderComp.png!
    <!end orderImage>
    </div><!end mainImage>
    h1. Contact Us
    h1. Careers
    h3. Northwind Safety Corporation
    8425 Rausch Drive
                       Plain City, Ohio 43064
                    phone: 614-873-1000
                    fax: 614-873-1002
    [ [email protected] | mailto:[email protected]]
    <!end footer div>
    </div><!end container div>
    </div><!end body div>
    swfobject.registerObject("FlashID");
    <!end body>
    </html> 
      Thanks  

  • I rented a movie via Itunes on  my PC but half-way through the download recieved a "An unknown error has occured (-50)" notification. This is not my first rental, and I have verified my network and all connections to be good. Will I still be charged?

    I rented a movie via Itunes on  my PC but half-way through the download recieved a "An unknown error has occured (-50)" notification. This is not my first rental, and I have verified my network and all connections to be good. I have rebooted Itunes and resumed the download of the movie only to receive the same error code. Has the movie file been corrupted? Can I recover the rental even though the time has elapsed? Will I be charged?

    Did you figure this out?  I haven't rented a movie in this new iTunes yet and saw one tonight I wanted to rent.  Same fricken thing is happening to me.  I hate this new iTunes, and I really hate that there are problems like this....why the heck do they have to fix something that isn't broken and break it?  This just really stinks.

  • HT201272 Why can I buy movies on the Brazilian Store, but then there is no way to re-download them. I restored my iPad backup from iCloud and all Movies I Payed for are gone. Unbelievable

    I needed to restore my iPad contends and settings, and i was using iCloud backup, but there is no way to re-download any movies I already bought on the Brazilian iTunes store, not that I was able to discover.
    All instructions where to the American one, that is slightly different. On this f****ng country(Brasil) I can only re-download music. Very sad.
    Is there another way to get my content back without having to pay all over again?
    If there is no way to re-download it then don't bother to offer the buy option, or put a warning there that if you someway lost your copy that you would have to pay to download it again. I'm really p****ed with this situation.
    First the Apple TV doesn't even have the buy option, so i had to buy and download on the iPad and use airplay to watch it on the TV, and now it's simple gone.
    This titles are almost the same price than a BD, if I had the patience to go out and buy it on a store I still would be able to watch it.
    Can this be solved? ( Re-Download the Movies already bought )

    Re-downloading of films is currently only available in the US (due to film studio restrictions), and not all films can be re-downloaded there as not all film studios are allowing it. Have you not got a copy of them on your computer and/or on a backup ? If not then you can try contacting Apple, but they are under no obligation to let you re-download them : http://www.apple.com/uk/support/itunes/contact/

  • Is there a way I can download my DVD movie to my laptop DVD-RW and then be able to play it on my TV

    Is there a way I can download my DVD movie to my laptop DVD-RW drive and then be able to play the disk thru my DVD player
    on my TV

    Please see the personal message I sent you.

  • I have a number of audiobooks purchased through iTunes on my iPod touch.  Is there a way to move or download them to the Cloud so that I can access them on other devices?

    I have a number of audiobooks purchased through iTunes on my iPod touch.  Is there a way to move or download them to the Cloud so that I can access them on other devices?

    Thanks - I didn't realize that.  I'm also embarrassed to admit that I don't know how to transfer the audio files from my iPod to the iTunes library on my computer.  When I select a book from the list on the iPod, the only option I see with the right-facing arrow symbol is "Show in iTunes Store ".  I back the iPod up to this computer so I guess those files must be on it somewhere, but all I can recognize in the iTunes folder under " Music"  are the music files found in the "iTunes Music" folder. (There are also a ton of files named "iTunes Temp (some #).) The Books list on the computer shows some but not all of the audiobooks -  I purchased the rest on a different computer that is now unfortunately dead. I'm guessing now that those didn't transfer over when the new computer was populated from the old one, so the iPod may be the only place where those audiobooks now reside.  I hope that made some sense- any additional advice would be appreciated.

  • Adobe support is hopeless, there must be a better way, if not it might be better to get a different movie program. is anyone having the same problem?

    adobe support is hopeless, there must be a better way, if not it might be better to get a different movie program. is anyone having the same problem? 

    This is like buying a GM car and being told to talk to otherGM customers on how to fix your car yourself.  It it the blind leading the blind.   I have wasted many days and weeks because I cannot find solutions.  I have rarely gotten a solution from any similar forum, and more often been told by other members that I should buy what they have or that I should not want to make this or that type a disc, etc., and rarely a suggestion that is useful.

  • Is there a way to re-download a movie that I was gifted?

    My friend got me to download iTunes so he could gift me a movie.
    When it was downloading, my computer shut down and I had to reboot to continue the download.
    I feel like it's because of this that the video & audio aren't synced and it's getting really annoying.
    Is there a way to re-download the movie?

    Pandex wrote:
    It won't let me.
    Why not? Did you try to redownload it? Did you follow the instructions above?
    I didn't purchase it, I was gifted it.
    Doesn't matter. It will show up under your purchased items.
    It doesn't differentiate who bought them. Any itmes from the iTunes store that are part of your iTunes account, will show up under Purchased items, whether you paid, they were gifted or they were free.

  • HT1725 I just spent 15 dollars on a movie and my wifi shut off half way through the downloading process and now when i look in "purcheased" it's not there.

    I just spent 15 dollars on a movie and my wifi shut off half way through the downloading process and now when i look in "purcheased" it's not there, is there anyway I can get back to downloading my movie ?

    If your country's iTunes Store allows you to redownload purchased tracks, I'd delete your current copies of the dodgy tracks and try redownloading fresh copies. For instructions, see the following document:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Otherwise, I'd report the problem to the iTunes Store.
    Log in to the Store. Click on "Account" in your Quick Links. When you're in your Account information screen, go down to Purchase History and click "See all".
    Find the items that are not playing properly. If you can't see "Report a Problem" next to the items, click the "Report a problem" button. Now click the "Report a Problem" links next to the items.

  • Is there a way I can download my dvd movies to my laptop?

    I take my laptop with me when I'm on the go.  Is there a way I can download my dvds on to my laptop, so that I wouldn't have to take my dvds with me.

    Please see the personal message I sent you.

  • HT1577 Is there a way I can make my movies download faster in itunes?

    Have closed all other applications and genius is off. Everything else downloads really fast but the movies are killing me - up to about 3 hours and counting. Then it's slow to put on my ipod. Have tried HD and SD, no difference whatsoever. Help!
    I have previously downloaded a movie and put it on my ipod within about 30 mins but for the past month or two itunes movie downloads are REALLY slow. I've read other forums that say similar but no one has got a solution yet. I thought I'd put it out there again - does anyone know what it is?
    I am using a brand new imac with tonnes of memory, broadband internet is obv the likely cause but EVERYTHING else is fast, only itunes movies are slow. Is there a setting that's been changed, perhaps in one of the software updates?
    I'm a new mac user so go easy on the tech advise please, I'm still in windows mode...
    Cheers

    Hi emburg,
    I'm sorry to hear you are having issues with the speed of your movie downloads. 
    It would be helpful to know what your download speed currently is.
    The link below will provide a few troubleshooting steps that you can try improve the download speed:
    iTunes: How to resume interrupted iTunes Store downloads
    ...You can also try the following steps to troubleshoot the download issue.
    Restart your computer or device.
    Check for updates for your Mac or PC and install any software updates. Also, check for and install updates for any security software you may have (anti-virus, anti-malware, firewall, and so on).
    If using Wi-Fi for Internet access, try using a different Wi-Fi network when downloading. If you are connecting to a home network, try restarting your Wi-Fi router. Also, check for and install any firmware updates for your Wi-Fi router. (Refer the manufacturer's website for your router to get information on updating its firmware).
    If you are on a computer, try using an ethernet cable for wired Internet access instead of using Wi-Fi.
    Resuming downloads from a computer
    Open iTunes.
    Choose Store > Check for Available Downloads.
    Enter your account name and password.
    Click the "Check Downloads" button.
    Click the Resume or Resume All button, or the resume arrow  to resume the download.
    I hope this information helps ....
    Have a great day!
    - Judy

  • A better way to activate an LOV

    I want to allow users to activate the LOVs and run queries from them without having to press the enter query button, then move their cursor to the appropriate text box, then press Ctrl+L, then press the execute query button. Is there some way to fire an LOV from a button press or some simpler way than I have right now?

    Thats really a good way.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Steven Lietuvnikas ([email protected]):
    i follow what you're saying but i think i found a better way to do it
    i made a button that says search on it and the whenbuttonpressed trigger is simply enter_query
    this then moves the focus to the first item in the record block
    i then made a whennewiteminstance trigger on the first item in the record block that says:
    DECLARE
    DUMMY BOOLEAN;
    BEGIN
    If (:system.Mode = 'ENTER-QUERY') Then
    DUMMY := SHOW_LOV('LOV_PERSONS',15,10);
    EXECUTE_QUERY;
    END IF;
    END;
    this works good<HR></BLOCKQUOTE>
    null

Maybe you are looking for

  • Unable to retrieve server listen address through MBEAN API in Weblogic 10.3

    Hi, I am using weblogic 10.3 and i am lookign to retrive the listen address of the weblogic server where my application has been deployed. I have used the below piece of code to do that. Code snippet : ====================================== private P

  • Flash Video Encoder Version Update

    I have version 1.0 of the Flash Video Encoder. This came bundled with Adobe Web Bundle (Macromedia Studio 8 - including Flash Professional 8 and Adobe Creative Suite 2). I need version 1.2 or above in order to include metadata so my .flv files will p

  • Problems with the iOS 7 keybord in iPad 2

    I've installed iOS 7 my iPad (2) and when I was asked to insert my passcode (which is a non-english word) I didn'd find the key to change the languarge. What can I do?

  • PS 11 Elements keeps crashing in start up (after first install)

    I have Adobe Photoshop Elements 11.  I just installed it and it can't load up without crashing.  It always gets to the "Loading Workspace screen" and then this error happens Problem Event Name: APPCRASH   Application Name: PhotoshopElementsEditor.exe

  • RED Raw color correction with "curves"

    Hi there, i was wondering, if, when i am color correcting RED Raw files with the effect "curves" (for example) am I working with the full dynamic range of the RAW footage? Is the range different, if I work in the RAW-Ediotr that i reach through the "