How to drag file from desktop into Finder window?

I use the four finger gesture to reveal my desktop, then I drag and file and intend to put it in one of the Finder windows that was there before the "reveal desktop" gesture. How do I get the windows to come back while the file is being dragged? There seems to be no hot corner or keyboard shortcut for "unrevealing" the desktop.

Got it! That was SO EASY...thank you very much

Similar Messages

  • How to upload file from desktop or C drive and send as attachments

    Hello Experts,
    Please tell me
    How to upload jpg or gif or drawing files from desktop or any drive and store into R/3 by the same time I have to send mail as a attachment.
    I heard that FM
    SO_NEW_DOCUMENT_ATT_SEND_API1  is only to send as a  attachment what ever the data is present in the internal table only.
    please help me on that.

    I m using this code its having attachment but I m not able to open the file. Please help me
    I m using gui_upload to upload the file
    PROGRAM  ZTEST
           no standard page heading line-size 255.
    DATA: xfile TYPE string.
    data :     t_IW51 LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE.
    DATA: OBJPACK   LIKE SOPCKLSTI1 OCCURS 2 WITH HEADER LINE.
    DATA: OBJHEAD   LIKE SOLISTI1 OCCURS 1 WITH HEADER LINE.
    DATA: OBJBIN    LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE.
    DATA: OBJTXT    LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE.
    DATA: RECLIST   LIKE SOMLRECI1 OCCURS 5 WITH HEADER LINE.
    DATA: DOC_CHNG  LIKE SODOCCHGI1.
    DATA: TAB_LINES LIKE SY-TABIX.
    data :  email type table of BAPIADSMTP.
    PARAMETERS : file LIKE rlgrap-filename OBLIGATORY.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR file.
      CLEAR file.
      CALL FUNCTION 'F4_FILENAME'
        IMPORTING
          file_name = file.
      xfile = file.
    START-OF-SELECTION.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename            = xfile
          filetype            = 'ASC'
          has_field_separator = 'X'
        TABLES
          data_tab            = t_IW51.
    Creation of the document to be sent
    File Name
      DOC_CHNG-OBJ_NAME = 'SENDFILE'.
    Mail Subject
      DOC_CHNG-OBJ_DESCR = 'Send External Mail'.
    Mail Contents
      OBJTXT = 'Minimum bid : $250000'.
      APPEND OBJTXT.
      OBJTXT = 'A representation of the pictures up for auction'.
      APPEND OBJTXT.
      OBJTXT = 'was included as attachment.'.
      APPEND OBJTXT.
      DESCRIBE TABLE OBJTXT LINES TAB_LINES.
      READ TABLE OBJTXT INDEX TAB_LINES.
      DOC_CHNG-DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJTXT ).
    Creation of the entry for the compressed document
      CLEAR OBJPACK-TRANSF_BIN.
      OBJPACK-HEAD_START = 1.
      OBJPACK-HEAD_NUM = 0.
      OBJPACK-BODY_START = 1.
      OBJPACK-BODY_NUM = TAB_LINES.
      OBJPACK-DOC_TYPE = 'RAW'.
      APPEND OBJPACK.
    Creation of the document attachment
    (Assume that the data in OBJBIN is in BMP format)
    *OBJBIN = ' \O/ '. APPEND OBJBIN.
    *OBJBIN = ' | '. APPEND OBJBIN.
    *OBJBIN = ' / \ '. APPEND OBJBIN.
      OBJBIN[] = t_IW51[].
      DESCRIBE TABLE OBJBIN LINES TAB_LINES.
      OBJHEAD = 'PICTURE.PDF'.
      APPEND OBJHEAD.
      OBJBIN[] = t_IW51[].
    Creation of the entry for the compressed attachment
      OBJPACK-TRANSF_BIN = 'X'.
      OBJPACK-HEAD_START = 1.
      OBJPACK-HEAD_NUM = 1.
      OBJPACK-BODY_START = 1.
      OBJPACK-BODY_NUM = TAB_LINES.
      OBJPACK-DOC_TYPE = 'PDF'.
      OBJPACK-OBJ_NAME = 'PICTURE'.
      OBJPACK-OBJ_DESCR = 'Representation of object 138'.
      OBJPACK-DOC_SIZE = TAB_LINES * 255.
      APPEND OBJPACK.
    Completing the recipient list
      RECLIST-RECEIVER = 'email_id have to enter here'.
      RECLIST-REC_TYPE = 'U'.
      APPEND RECLIST.
      RECLIST-RECEIVER = 'ENTEG01'.
      RECLIST-REC_TYPE = 'P'.
      APPEND RECLIST.
    Sending the document
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
      EXPORTING
         DOCUMENT_DATA = DOC_CHNG
         PUT_IN_OUTBOX = 'X'
         commit_work = 'X'
      TABLES
         PACKING_LIST = OBJPACK
         OBJECT_HEADER = OBJHEAD
         CONTENTS_BIN = OBJBIN
         CONTENTS_TXT = OBJTXT
         RECEIVERS = RECLIST
    *EXCEPTIONS
      TOO_MANY_RECEIVERS = 1
      DOCUMENT_NOT_SENT = 2
      OPERATION_NO_AUTHORIZATION = 4
    *OTHERS = 99.
      CASE SY-SUBRC.
        WHEN 0.
          WRITE: / 'Result of the send process:'.
          LOOP AT RECLIST.
            WRITE: / RECLIST-RECEIVER(48), ':'.
            IF RECLIST-RETRN_CODE = 0.
              WRITE 'The document was sent'.
            ELSE.
              WRITE 'The document could not be sent'.
            ENDIF.
          ENDLOOP.
        WHEN 1.
          WRITE: / 'No authorization for sending to the specified number',
                   'of recipients'.
        WHEN 2.
          WRITE: / 'Document could not be sent to any recipient'.
        WHEN 4.
          WRITE: / 'No send authorization'.
        WHEN OTHERS.
          WRITE: / 'Error occurred while sending'.
      ENDCASE.

  • Suddenly I can't drag files from explorer into audition anymore.

    Hi any help on this would be greatly appreciated.
    I was having some trouble with my m-track ASIO interface drivers so I went through some steps to try and fix this, and made some changes to audition and windows 7. I made some changes listed here http://avid.custkb.com/avid/app/selfservice/search.jsp?DocId=349411
    anyway, none of it helped my issue, and to make matters worse now I cant just drag files from explorer windows into audition (which would usually load them in the menu on the left and place them into multitrack editor)
    I can still load files through the open menu but this is pretty inefficient way of doing it.
    Now I tried to reverse the changes I made but I still cant drag and drop into audition.
    does anybody know what might cause this and how to fix it?
    thanks

    Well, just finished my weekly podcast using Garageband and the "new and improved" iTunes. Here are the clunkers I've found:
    1. Original problem of not being able to drag from iTunes to GarageBand. JamButty, I'll try out your workaround... for this show I literally had to drag all of the files I needed out of iTunes into a folder... Then why use iTunes at all?! Really stupid.
    2. I noticed when I dragged the final show off of iTunes to a folder I use to upload to my S3 account, it now just has the black mp3 icon... not the image I use for the show. Granted, not a functional problem, but just stupid none the less why they would eliminate that.
    3. Show notes in the metadata. Usually I'd copy my first paragraph of show notes (what goes on the web page) into Info > Comments in the metadata. And, if was too long, it would just chop off the end of it. This time I got a "bink" sound and nothing copied in. Tried it a couple of different ways with the same results until I figured out to just put half the copy in. Again, stupid, useless, time-consuming change.
    I love Apple to death, but I hate what they do sometimes. The make a great product... then eventually screw it up with dumb changes (for example, the latest version of Final Cut)

  • Can't drag files from desktop to project files window

    Im using the latest premiere pro version, 7.2, and while I can drag files from my desktop to the project window in premiere 6, for some reason its no longer possible in premiere 7.2
    whenver I try to drag audio or video files from my desktop or any folder to the project files window at the bottom left I get a forbidden sign or circle with a diagonal so the only way to import files is through the import menu, which is less straightforward and slowlier
    Ill be happy to provide more data if required
    thanks
    PS: obviously Ive already created a sequence so the problem is not that

    The latest version is 7.2.2 (33)
    Upgrade to that and see if it helps.

  • Drag files from bridge to finder?

    Am I able to drag files from Bridge to the finder? I'm working on a server and when I drag files from one finder window to another it'll copy those files in the new location. Can I do that visually with Bridge?

    Whatever you do in Bridge is instantly reflected in the Finder and vice-versa.  Bridge is only a file browser that shows you what's in the Finder.  You cannot avoid copying a file to the hard disk if its on a server.  Period.  Even from a local disk to another local disk, you must COPY the file.
    On a related note:
    This is the boilerplate text often used in connection to working across a network (please NOTE the part where it explains that normally, it does work, but that it is impossible to troubleshoot someone else's network remotely, and that's why it's not supported by Adobe):
    If you are opening files over a network or saving them to a network server, please cease and desist immediately in the event you are currently experiencing problems with one or more files. Working across a network is not supported.
    See: 
    http://kb2.adobe.com/cps/406/kb406793.html
      Copy the CLOSED file from your server to your local hard disk, work on it, save it again to your local hard disk, close it, and copy the closed file back to the server.
         Of course, the fact that Adobe does not support working across a network does not necessarily mean it won't work.   It should.
        Adobe's position is that there are too many variables in a network environment for them to guarantee that everything will work correctly in every network, especially given the fact that if something does not work properly, it's probably the network's fault, and Adobe has no way of troubleshooting your network.
      If you can't work locally, you are on your own, and if something happens, you're on your own. If you must work from a server, make sure your network administrator is a competent professional.
    When problems arise, a lot of valuable work can be lost.

  • My Time Capsule will not work through Time Machine but need to back up because my hard drive is corrupt. I hard-wired it to my MacBook Pro and have been dragging files to capsule in finder window. Will I have problems since it's flashing yellow constantly

    My Time Capsule is constantly flashing yellow and it will not preform periodic back-ups. When I tell it to from the icon on the top task bar, it freezes MacBook...every time. I am now dragging files from internal HD to TC found in Finder after hardwiring it to laptop treating it as an external HD.  Can in trust it to store files and photos as my MacBook is telling me to back-up because my internal HD is corrupt and may need replacing? 
    Thanks in advance.

    A PC can have more issues connecting than a Mac.
    But it really should not matter.. so just try it in situ.. press and hold the reset.. once it starts up, it will return to default IP, 10.0.1.1 the PC should then be able to find it via the airport utility.
    If not drag it over to the Mac and plug in there by ethernet.. or since it is a laptop, really should not be that difficult to drag the Laptop and plug it into the TC.
    Important thing is to get access to the TC.
    The Mac if it is running lion, then you MUST download and install 5.6 airport utility to do anything useful.
    http://support.apple.com/kb/DL1482

  • How to view file item count in finder window?

    Hi all,
    Pre-Lion, I had things set up so that I was able to view the number of files/items in a finder window that was in list view. This information would show up at the bottom of my finder windows. I know I had intially pressed some kind of OS X shortcut to get it to show up there and now would *really* like to be able to easily view that information once again. Not only did I get a file count, I was also shown a file path if I clicked on one of the files in the finder window.
    For the life of me though I just cannot remember how to do this. Can anyone help me out?
    Thank you very much in advance:)
    Christine

    Got it! That was SO EASY...thank you very much

  • Opening/Dragging Images from Desktop into Photoshop CS4

    I'm trying to import/drag/open a png image file from finder, my desktop, or anywhere on my hard drive into an existing photoshop document.  Unfortunately, the image does not drop into the existing document; it just bounces off.  No new layer is created.  When I try to import the photo manually from File-->Open, the image is opened in a new document instead of the existing one.
    This only occurs for images saved on my hard drive.  Any image pulled from a web browser and dragged/dropped into the document creates a layer.  I'm running Snow Leopard.
    I've installed the latest software updates to Snow Leopard and installed the latest CS4 patch, version 11.0.2.
    Any help would be greatly appreciated.
    Regards,
    Alex Doan

    Excuse me
    Tai Lao wrote:
    akdoan wrote:
    …This only occurs for images saved on my hard drive.  Any image pulled from a web browser and dragged/dropped into the document creates a layer…
    That's because when you "drag" from the web browser, you are performing a copy-and-paste from one application to another one. The Finder is not involved.  As I said earlier, "The Finder knows nothing about dragging Photoshop layers."
    My original post was poorly written.  Please ignore my digression on file-->open, which loads the image into a new layer in a new document, which it has always done and like you said, is normal behavior. 
    I was emphasizing that I can't find a way to directly insert a photo from the OS (Snow Leopard) running CS4 into an existing document in one step.  The directory path of the file on the OS is meaningless in regard to this behavior.
    Tai Lao wrote:That is perfectly normal, expected behavior. The Finder is not involved.  As I said earlier, "Are you suggesting it used to behave any differently for you earlier? ??? !!
    I am running CS5 on Snow Leopard on another computer.  Dragging and dropping a picture located anywhere on the OS into an existing document works flawlessly, and loads the image into a new layer within the open document. 
    You've lost the script by focusing on the finder.  The file path of the image, whatever it is:
    /Users/alex/Desktop/image.png
    /Users/alex/Documents/image.png
    /Users/alex/Pictures/image.png
    should be meaningless.
    Dragging and dropping an image from OS X to Photoshop is the rule and this failure the exception.
    There is something I'm not doing or a misconfiguration causing this.

  • How to get information from desktops into SQL?

    Hello Everyone,
    I could use some help with an idea that I have been working on. I basically am looking for a way to capture information from desktops and get that data into a SQL database. Could anyone give me any links, kb articles, etc on how I can go about doing this?
    Any help would be very appreciated
    Thanks :)

    Powershell is the tool for you. If you could please move this post to powershell; you should get better response.  I almost certain that there are already some powershell scripts that does this, or at least will give you a report or a excel\csv file
    with this information.
    once you have that info you import that data into sql and sql server agent jobs you can automate. 
    Below are some of the resources :
    http://serverfault.com/questions/585223/how-to-list-all-computers-operating-system-on-a-network-in-powershell
    https://www.simple-talk.com/sql/database-administration/let-powershell-do-an-inventory-of-your-servers/
    http://gallery.technet.microsoft.com/scriptcenter/Hardware-Inventory-Using-fe6611e0
    http://blogs.technet.com/b/heyscriptingguy/archive/2006/11/09/how-can-i-use-windows-powershell-to-get-a-list-of-all-my-computers.aspx
    Again, please move this powershell thread. you will get better response,
    Hope it Helps!!

  • Can't Open Video Files from Desktop or Finder

    Hello,
    I am faced with the current error. Whenever I try to open a video file (such as MP4) from the desktop or Finder by double-clicking it, I am faced with the following error:
    However, when I open the file directly via Open File in Quicktime Player, I am able to play the video file.
    Does anyone know a solution to this problem?

    Nope. For example, one folder has two xls workbooks, two Word docs and a pdf. Only one of the xls workbooks won't open. All the other files open normally. When I try to open the problem xls workbook, whether from the dock or the Finder window, I end up in Excel, but without the workbook opening. When I quit Excel, the problem workbook started Excel, but didn't open.
    Update - I'm seeing something now. I use Excel to build "shows," I'm a production mixer for television. I went to one folder, five xls workbooks open fine, four do not. The four that don't open were modified (Save As with changes) with each "show." This was the first pattern I've noticed and only because that particular subfolder had the four workbooks with that relationship. The other xls workbook I described has the Save As file in another folder, but I'm not sure what the original file was. Note - those two "corrupt" files are unrelated, they had different "parents."
    What could I look for in the original file that won't open and passed that gene onto its spawn?

  • How import raw files from canon550D into PSE9 ?

    hi' i've just purchased PSE9. I have downloaded
    Camperqa Raw 6.2 update and installed both...but still I cannot see/open my raw files from canon
    550D - any suggestions...??

    Wrong forum!
    http://forums.adobe.com/community/photoshop_elements
    Mylenium

  • Can't open certain files from Dock or Finder Window

    Since going to OS 10.6 certain files won't open from the dock or by double clicking them in a Finder window. I think this may only be Excel files. Not all of them behave this way. I haven't found a pattern yet. My dock set up has Folders displayed as lists. When I navigate to a file in a list it should open when I release the mouse. Some do, some don't. Same with finder window, some docs won't open with a double click. They can only be opened by going to Excel and navigating from the File > Open menu. I often Save As on files as I build a new show on top of an old one. Probably an Excel issue. Any ideas?

    Nope. For example, one folder has two xls workbooks, two Word docs and a pdf. Only one of the xls workbooks won't open. All the other files open normally. When I try to open the problem xls workbook, whether from the dock or the Finder window, I end up in Excel, but without the workbook opening. When I quit Excel, the problem workbook started Excel, but didn't open.
    Update - I'm seeing something now. I use Excel to build "shows," I'm a production mixer for television. I went to one folder, five xls workbooks open fine, four do not. The four that don't open were modified (Save As with changes) with each "show." This was the first pattern I've noticed and only because that particular subfolder had the four workbooks with that relationship. The other xls workbook I described has the Save As file in another folder, but I'm not sure what the original file was. Note - those two "corrupt" files are unrelated, they had different "parents."
    What could I look for in the original file that won't open and passed that gene onto its spawn?

  • How to access file from AIX server to windows

    HI all,
    My question is how to represent file folder name of that server
    my file folder in AIX server and i want to access that file in window s machine.
    * is this the right way to represent the data folder in physical schema declaration
    file:///<aix server IP>/usr/oracledi/oracldi/data

    No, it is not. Filename magic alone will not do the job.
    AIX supports NFS (network file system) or you can use samba (implementation of the Microsoft SMB protocol to share resources in Un*x) .

  • How to restore files from a backup in windows 8.1

    Hello
    I did a Factory Image reset recently on my Windows 8.1 PC.  I did a backup to an external drive of all my personal files before I did the Factory Image reset.
    This backup is listed on the external hard drive as:  "Backup files 2014-07-06" 
    THe properties of this is 322  GB  -   765 files   -  17  folders.
    THis cannot be all my files UNLESS they were compressed. 
    The reason i say this is that also on my extrenal hard drive is "Filehistory"
    THe properties on FileHistory are:  1.45 TB   -  59,580 files  -  765 folders.
    I need to restore these files back to my C: drive
    I am not confident that the Filehistory has all my files, BUT, since the Backup files 2014-07-06 is so much smaller
    than my Filehistory , I do not know what to think.
    I have attempted to restore the files from the Backup files 2014-07-06 but get errors that I do not have security clearance.  I am the only user on this PC.
    I am not very confident that everything is contained on the "FileHistroy" , but I don't really know.
    Does anyone have experience with "Backup files' and "Filehistory" that can help me?
    thank you!

    alrprairie wrote:
    Hello
    I did a Factory Image reset recently on my Windows 8.1 PC.  I did a backup to an external drive of all my personal files before I did the Factory Image reset.
    This backup is listed on the external hard drive as:  "Backup files 2014-07-06" 
    THe properties of this is 322  GB  -   765 files   -  17  folders.
    THis cannot be all my files UNLESS they were compressed. 
    The reason i say this is that also on my extrenal hard drive is "Filehistory"
    THe properties on FileHistory are:  1.45 TB   -  59,580 files  -  765 folders.
    I need to restore these files back to my C: drive
    I am not confident that the Filehistory has all my files, BUT, since the Backup files 2014-07-06 is so much smaller
    than my Filehistory , I do not know what to think.
    I have attempted to restore the files from the Backup files 2014-07-06 but get errors that I do not have security clearance.  I am the only user on this PC.
    I am not very confident that everything is contained on the "FileHistroy" , but I don't really know.
    Does anyone have experience with "Backup files' and "Filehistory" that can help me?
    thank you!
    Hello,
    The backup file must have become inaccessible. I am not sure about the error message but it can because of virus infection in your PC that your files must have got damaged. If you are not able to restore backup file from File History, tehn you may try backup recvery software to recover data from it.  Try this Windows backup recovery sofwtare - http://goo.gl/kYPP6J
    It might help you.
    Thanks.

  • How to transfer files from my pc with Windows 7 to my Iphone 5s

    I want to transfer files/ videos /photos  from My PC with windows 7 to my Iphone 5S.
    Which sowftware or application shall i download for the same.
    kindly help

    With iTunes.  Download and read the iPhone manual.

Maybe you are looking for