Specify file type filter in FileReference.save

Is there a way to specify the file type filter in FileReference.save()?  It is possible to specifiy a default filename, but the user can potentially override this and the file type extensation can be lost.
Any other options to work around this, ?

I don't believe you can get that functionality using FileReference in Flash Player.

Similar Messages

  • File Type Filter: No video filetypes?

    I upgraded from LR2 to LR3 as soon as they emailed beta testers telling us it was available.
    When in beta I never really played with the video functionality - I wish I did so I could give feedback earlier - I am quite dissapointed in video support.
    None of my videos will play within lightroom itself (like their demo videos show) - it always opens them in Quicktime. Video files are from a 5D MKII and I am on a Mac running 10.6.
    I could live with that - but honestly the file type filter doesn’t display video filetypes? This means I can't create a smart collection based on filetype to see all my videos. What gives? I thought it would at least do that.
    I have resorted to adding a "video" keyword to all of my video files - but has anyone else noticed this oversight?

    The videos have never played within LR, only within the defalt video player for that file type.
    There is a video selection in the file type filter.  Don't know why you haven't seen it.

  • [svn] 674: LCDS-110: If you don' t specify file type when using DocumentReference, a java.lang. NullPointerException occurs.

    Revision: 674
    Author: [email protected]
    Date: 2008-02-27 09:41:30 -0800 (Wed, 27 Feb 2008)
    Log Message:
    LCDS-110: If you don't specify file type when using DocumentReference, a java.lang.NullPointerException occurs.
    qa: yes
    bug: LCDS-110
    doc: no
    checkintests: passed
    Details:
    modules/common/src/java/flex/messaging/errors.properties
    * new error message
    Ticket Links:
    http://bugs.adobe.com/jira/browse/LCDS-110
    http://bugs.adobe.com/jira/browse/LCDS-110
    Modified Paths:
    blazeds/branches/3.0.x/modules/common/src/java/flex/messaging/errors.properties

    Yes I know that ;) and I fixed it myself too by initializing it like this: private GameObject[] apple = new GameObject[max_apples];But now I get this error instead:
    Exception in thread "Thread-4" java.lang.ArrayIndexOutOfBoundsException: 3
         at Main.run(Main.java:35)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "AWT-EventQueue-1" java.lang.ArrayIndexOutOfBoundsException: 3
         at Main.paint(Main.java:134)
         at sun.awt.RepaintArea.paintComponent(Unknown Source)
         at sun.awt.RepaintArea.paint(Unknown Source)
         at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)So now I need help on this... =D CHEERS! :P

  • How do I specify file types to "not" backup

    I would like to not backup movie and TV shows as they are large and will eventually push the stuff I want backed up off of the drive due to the last on–last off policy.
    Any thoughts?

    I don't think there's any way to specify file types you don't want to back up, but, as SacMac said, you can exclude specific files and folders in the TM preference pane:
    >System Preferences...>Time Machine>Options>+, then navigate to what you want to exclude, and click "exclude".
    Good luck!

  • FileReference.save() file type filter options?

    OK, I’m loving the new access to the FileReference class to load and save XML to the user’s local drive without sending out for pizza first, but I have one minor complaint:
    FileReference.browse() lets me filter the read choices to xml files only, so I can strongly encourage the user to only open files with the proper extension, however, FileReference.save() doesn’t seem to support similar filtering, so the user can save data with any old extension, making it easy for them to accidently hide the saved file from the open dialog box. Am I missing something or is there a user friendly way to match read/write file types.

    I don't believe you can get that functionality using FileReference in Flash Player.

  • File type filter mystery

    I am filtering by file type because I want to make sure all of my RAW (NEF) files are converted to DNG. When I now filter by RAW within the file type I have 467 files there. These files are DNG files and I cannot figure out why they are showing up as RAW's. How can I fix this? With my workflow I should not have any RAW files in Lightroom...
    Thanks,
    KEvin

    I have seen this probllem of misreporting DNG files as  raw, but it was quite a while ago (LR2) and think it only happened when the Convert to DNG command was used. There must be a bug in there, but I've not been able to recreate the problem recently. For a quick fix, I'd suggest saving the metadata back to the files, then removing and re-importing them (using the Folders Synchronise command if they are in lots of folders). Hopefully you've not too much stacking or collections assigned to these pictures.
    John

  • Method createResource to Specify  file type of JPG TYPE or DOC type ?

    Hi Experts i am using KM API's in WebDynpro JAVA to upload file into the Content Management of
    Portal EP7.0. Below is the Code Excerpt, which works fine and file gets uploaded.
    Problem is when i browse thru portal to path uploaded on KM  i see the file ICON stating it a BINARY
    file. How can i change the ICON to read correct type.
    is there a way when calling the createResource to state that this file is of  JPG TYPE or DOC type.
    IWDClientUser wdClientUser = WDClientUser.getCurrentUser();
    com.sap.security.api.IUser sapUser = wdClientUser.getSAPUser();
    com.sapportals.portal.security.usermanagement.IUser ep5User =
    WPUMFactory .getUserFactory().getEP5User(sapUser);
    ResourceContext resourseContext = new ResourceContext(ep5User);
    RID pathRID = RID.getRID("/documents/Public Documents/MYDATA"); //Root Directory
    IResourceFactory resourseFactory =  com.sapportals.wcm.repository.ResourceFactory.getInstance();
    ICollection collection = (ICollection)resourseFactory.getResource(pathRID, resourseContext);
    }InputStream stream = resource.read(false);
    String resourceName = resource.getResourceName();
    String resourceExtn = resource.getResourceType().getFileExtension();
    com.sapportals.wcm.repository.Content content =
    new com.sapportals.wcm.repository.Content( stream,"application/octet-stream",-1,"UTF-16");
    com.sapportals.wcm.repository.IResource new_resource =
    (com.sapportals.wcm.repository.IResource) collection.createResource(resourceName, null, content);
    Greetings
    Prashant

    Hi Satish,
    Thanks for the code excerpt. i already know the file type ,
    String resourceExtn = resource.getResourceType().getFileExtension();
    My problem is that after uploading the file in KM,  file is displayed as Binary type... check below tutorial on PAGE 14, the file has icon binary....not the .DOC icon.
    [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a099a3bd-17ef-2b10-e6ac-9c1ea42af0e9]
    what i want to achieve is since i already know the file type i am uploading the new resource created should be exactly of that type. so if i am uploading .DOC file is shuold see new resource as word document type . Thus it boils down to simple question
    When creating new resource in KM , whats the way to specify that this is .DOC type resource or .JPEG type resource*
    com.sapportals.wcm.repository.IResource new_resource =
    (com.sapportals.wcm.repository.IResource) collection.createResource(resourceName, null, content);
    Greetings
    Prashant

  • Feature Request: AME Watch Folders file type filter

    Hi,
    maybe I'm posting it to the wrong forum. If so, maybe some moderator can move this thread to the correct forum.
    I'm exporting Quicktime Reference files from Avid, which creates two files: .mov and. wav. Since I'm exporting it to Watch Folder AME automatically converts the wav also. But would be useful to "tell" AME only convert files with mov extension. It's of course possible later to erase encoded sound files but would be convinient to point out only the file types which require converting.
    thank you,
    Revenger

    Use this: Adobe Feature Request/Bug Report Form

  • PDF to Excel - Save As File Type - No Options

    When I am attempting to save my converted file, I do not get any options to save it as a file type...literally "Save As Type" is blank and there are no options to choose anything.
    So if I save it without that to my desktop, it then won't open to anything usable. Please advise.

    Hi there,
    Basically what's happening is that your browser is not recognizing the mime-type of the file.  You'll need to manually append the .xlsx (or .docx for Word) extension to your file while saving it. 
    -David

  • How to add file type fiter in FileUpload component in Java Web Dynpro

    Hi All,
      In FileUpload UI, i want to set file type filter, for example as *.PDF, *.JPG, is that possibel in Java WebDynpro?
    Thanks a lot!
    Huang Jia

    hi!
    you can achieve this filter thing of file type by just taking some strings for diffrent types as extension and assign those to the resource type .
    eg.
    String extension = ".doc";
    WDWebResourceType.getWebResourceTypeForFileExtension(extension));

  • Reg: default  file type when using 'WS_UPLOAD'

    Hi,
    Iam using FM 'WS_UPLOAD'.
    my doubt is : If u don't specify FILE TYPE ....what is default file type it is going 2 take.
    Regards
    Vaja

    Hi Sudha,
    thanks for ur answer.
    Plz look into this.
    I have program with  internal table declared as below with 2 fields.
    when i specify the input file using   FILENAME =  P_FILE.....
    the input file has only one field values(i.e. only matnr values).
    So, I am getting error : "unable to load input file".
    so my query is Can i specify input file with only matnr values and download into internal table (ITAB_MATNR--which has 2 fields)
    DATA: BEGIN OF ITAB_MATNR OCCURS 0,
            MATNR LIKE MARA-MATNR,
            COUNT TYPE I,
          END OF ITAB_MATNR.
      CALL FUNCTION 'WS_UPLOAD'
          EXPORTING
               FILENAME                = P_FILE
            filetype                = ftype
           TABLES
                DATA_TAB                = ITAB_MATNR
          EXCEPTIONS
               CONVERSION_ERROR        = 1
               FILE_OPEN_ERROR         = 2
               FILE_READ_ERROR         = 3
               INVALID_TABLE_WIDTH     = 4
               INVALID_TYPE            = 5
               NO_BATCH                = 6
               UNKNOWN_ERROR           = 7
               GUI_REFUSE_FILETRANSFER = 8
               OTHERS                  = 9.
      IF SY-SUBRC <> 0.
        MESSAGE E699(PP) WITH 'Unable to load input file' P_FILE.
      ENDIF.

  • No option to save files, content/file type missing from Applications list

    I want to be able to click a link to a file and have the option to Open the file with a specified application.
    When clicking on the file I want to Open with a specified application, I only get a Save or Cancel option.
    When I look in Preferences > Applications, the file type is missing from the list.
    This was working. It is not working anymore. It is not a problem with the website. I need to know where in the FF settings I can change this.
    FF 30.0
    Kubuntu 13.10
    Thanks

    ''Tahl [[#answer-693773|said]]''
    <blockquote>
    OP, did you ever get a solution to this problem? It's driving me nuts having to specify a download destination then go into a program to open the file I just downloaded!! Have tried deleting file types .rdf and no success either!
    </blockquote>
    I'm not sure of the solution on Windows. But this worked for me on Linux.
    I needed to edit mimeTypes.rdf
    See the links below for details. The first one was someone having a problem with Transmission. I was having a problem with ktorrent, so I just adapted that. If you're having a problem with a different file type, then you'll need to adapt it differently. But the general idea is the same.
    http://askubuntu.com/questions/384375/how-can-i-get-firefox-to-open-torrent-files-with-transmission
    http://forums.mozillazine.org/viewtopic.php?f=9&t=1706945
    Also, I suspect that FlashGot or some similar download manger plugin was responsible for screwing this up. I haven't confirmed it yet, but I've seen some things that make me suspect it.

  • PS CS4, refuses to save one file type .psd to another file type .jpg. How to resolve? Desperate!

    I open a .psd file, make changes to eliminate layers and reduce the file size to then save as a smaller .jpg file.  However, when the drop down window pops up to select what file extension I would choose, it immediately flashes closed with out time to make a selection .jpg or otherwise.  No matter how many times I try to "beat" the window and make a selection, it's faster than me and it closes.  It refuses to allow me to change the file type extension.  This problem seems to have developed after downloading recent updates to the program.  It's preventing me from doing my work.  I need help fast.  Can anyone help?  I've already tried deleting the program from my system and reloading it, but the problem didn't go away.
    Other minor glitch happened at the same time.  Any file or group of files opened now fill the screen and are anchored together.  I have to go to the menu every time and select 'Float all Windows', and if any other file is opened during the same work session, all previous files will become full screen images again and anchor themselves together again, so need to go to the menu and select 'Float all Windows' AGAIN.  It's a real pain.  I've tried looking in the preferences and didn't find a solution to the problem.  Anyone have any suggestions?  This problem is minor thought, compared to the first one listed which has crippled me moving forward in my work.
    Thanks to anyone who can help....

    Hi Noel,
    Thanks for trying to assist me.  Below is the system info you requested, but to my knowledge, I haven't consciously loaded anything other than a few fonts beyond the original program and any subsequent updates from Adobe.  I did forget to list earlier that I'm working on WIN 7 OS.  I hope this helps...
    Adobe Photoshop Version: 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
    Operating System: Windows NT
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:10, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 2195 MHz
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: GeForce GT 635M/PCIe/SSE2
    OpenGL Drawing: Enabled.
    Video Card: Intel(R) HD Graphics Family
    Video Mode: igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumdx32,igd10umd32,igd10umd32
    Video Card Driver: igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumdx32,igd10umd32,igd10umd32
    Driver Version: 8.15.10.2559
    Built-in memory: 16288 MB
    Free memory: 12915 MB
    Memory available to Photoshop: 3255 MB
    Memory used by Photoshop: 60 %
    Image cache levels: 4
    Serial number: 92218145807731687974
    Application folder: C:\Program Files (x86)\Adobe\Adobe Photoshop CS4\
    Temporary file path: C:\Users\User\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 232.8G, 28.2G free
    Primary Plug-ins folder: C:\Program Files (x86)\Adobe\Adobe Photoshop CS4\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       ACE.dll   ACE 2008/08/27-18:10:41   53.355610   53.355610
       AdobeLinguistic.dll   Adobe Linguisitc Library   4.0.0  
       AdobeLM.dll   AdobeLM   3.0.11.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       AdobeLM_libFNP.dll   FLEXnet Publisher (32 bit)   11.5.0.1 build 57427  
       AdobeOwl.dll   Adobe Owl 2008/08/14-18:38:42   2.0.70   53.354161
       AdobeOwlCanvas.dll   Adobe Owl Canvas   2.0.70   53.354161
       AdobePDFL.dll   PDFL 2008/08/20-20:15:08   53.204060   53.204060
       AdobeUpdater.dll   Adobe Updater Library   6.0.0.1452 (BuildVersion: 52.338651; BuildDate: Wed Apr 16 2008 19:28:20)   52.338651
       AdobeXMP.dll   Adobe XMP Core   4.2.2   53.352624
       AdobeXMPFiles.dll   Adobe XMP Files   4.2.2   53.352624
       AdobeXMPScript.dll   Adobe XMP Script   4.2.2   53.352624
       adobe_caps.dll   Adobe CAPS   2,0,99,0   2.135373
       adobe_epic.dll   Adobe EPIC   3.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       adobe_eula.dll   Adobe EPIC EULA   3.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       AFlamingo.dll   AFlamingo 2008/07/09-11:28:44   53.350580   53.350580
       AGM.dll   AGM 2008/08/27-18:10:41   53.355610   53.355610
       ahclient.dll    AdobeHelp Dynamic Link Library   1, 3, 12, 0  
       aif_core.dll   AIF   1.0   53.352475
       aif_ogl.dll   AIF   1.0   53.352475
       amtlib.dll   AMTLib   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       amtservices.dll   AMTServices   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       ARE.dll   ARE 2008/08/27-18:10:41   53.355610   53.355610
       asneu.dll    AsnEndUser Dynamic Link Library   1, 6, 0, 8  
       authplay.dll        
       AXE8SharedExpat.dll   AXE8SharedExpat 2008/06/11-20:19:53   NFR 53.348206   53.348206
       AXEDOMCore.dll   AXEDOMCore 2008/06/11-20:19:53   53.348206   53.348206
       Bib.dll   BIB 2008/08/27-18:10:41   53.355610   53.355610
       BIBUtils.dll   BIBUtils 2008/08/27-18:10:41   53.355610   53.355610
       cg.dll   NVIDIA Cg Runtime   2.0.0015  
       cgGL.dll   NVIDIA Cg Runtime   2.0.0015  
       CoolType.dll   CoolType 2008/08/27-18:10:41   53.355610   53.355610
       data_flow.dll   AIF   1.0   53.352475
       ExtendScript.dll   ExtendScript 2008/07/17-13:28:24   53.351316   53.351316
       FileInfo.dll   Adobe XMP FileInfo   4.2.2   53.352624
       FNP_Act_Installer.dll   FLEXnet Publisher (32 bit)   11.6.0.1 build 60959  
       icucnv36.dll   International Components for Unicode 2008/03/20-16:33:10    Build gtlib_1.1 CL#7223  
       icudt36.dll   International Components for Unicode 2008/03/20-16:33:10    Build gtlib_1.1 CL#7223  
       image_flow.dll   AIF   1.0   53.352475
       image_runtime.dll   AIF   1.0   53.352475
       JP2KLib.dll   JP2KLib 2008/06/11-20:19:53   53.100857   53.100857
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       MPS.dll   MPS 2008/07/07-10:33:04   53.350311   53.350311
       msvcp71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
       msvcr71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS4   CS4  
       Plugin.dll   Adobe Photoshop CS4   CS4  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   1.0.0.73  
       PSArt.dll   Adobe Photoshop CS4   CS4  
       PSViews.dll   Adobe Photoshop CS4   CS4  
       registration.dll   Registration   2.0.1.10077 (BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:47:08)   53.352460
       SCCore.dll   ScCore 2008/07/17-13:28:24   53.351316   53.351316
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       WRServices.dll   WRServices Friday May 30 2008 7:18:42   Build 0.7713   0.7713
    Installed plug-ins:
       3D Studio 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       ADM 3.11x01
       Accented Edges 11.0
       Angled Strokes 11.0
       Average 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       BMP 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Bas Relief 11.0
       Camera Raw 5.0
       Chalk & Charcoal 11.0
       Charcoal 11.0
       Chrome 11.0
       Cineon 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Clouds 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Collada 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Color Halftone 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Colored Pencil 11.0
       CompuServe GIF 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Conté Crayon 11.0
       Craquelure 11.0
       Crop and Straighten Photos 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Crop and Straighten Photos Filter 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Crosshatch 11.0
       Crystallize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Cutout 11.0
       Dark Strokes 11.0
       De-Interlace 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Dicom 11.0
       Difference Clouds 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Diffuse Glow 11.0
       Displace 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Dry Brush 11.0
       Embed Watermark 3.0
       Entropy 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Extrude 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       FXG 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       FastCore Routines 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Fibers 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Film Grain 11.0
       Filmstrip 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Filter Gallery 11.0
       Fresco 11.0
       Glass 11.0
       Glowing Edges 11.0
       Google Earth 4 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Grain 11.0
       Graphic Pen 11.0
       HDRMergeUI 11.0
       Halftone Pattern 11.0
       IFF Format 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Ink Outlines 11.0
       Kurtosis 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Lens Blur 11.0
       Lens Correction 11.0
       Lens Flare 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Lighting Effects 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Liquify 11.0
       MMXCore Routines 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Matlab Operation 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Maximum 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Mean 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Measurement Core 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Median 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Mezzotint 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Minimum 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Mosaic Tiles 11.0
       Multiprocessor Support 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       NTSC Colors 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Neon Glow 11.0
       Note Paper 11.0
       Ocean Ripple 11.0
       OpenEXR 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       PCX 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       PNG 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Paint Daubs 11.0
       Palette Knife 11.0
       Patchwork 11.0
       Paths to Illustrator 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Photocopy 11.0
       Photoshop 3D Engine 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Picture Package Filter 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Pinch 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Pixar 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Plaster 11.0
       Plastic Wrap 11.0
       Pointillize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Polar Coordinates 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Portable Bit Map 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Poster Edges 11.0
       Radial Blur 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Radiance 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Range 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Read Watermark 3.0
       Reticulation 11.0
       Ripple 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Rough Pastels 11.0
       Save for Web & Devices 11.0
       ScriptingSupport 11.0
       Send Video Preview to Device 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Shear 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Skewness 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Smart Blur 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Smudge Stick 11.0
       Solarize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Spatter 11.0
       Spherize 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Sponge 11.0
       Sprayed Strokes 11.0
       Stained Glass 11.0
       Stamp 11.0
       Standard Deviation 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Sumi-e 11.0
       Summation 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Targa 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Texturizer 11.0
       Tiles 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Torn Edges 11.0
       Twain Acquire 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Twain Select 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Twirl 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       U3D 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Underpainting 11.0
       Vanishing Point 11.0
       Variance 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Variations 11.0 (11.0x001)
       Video Preview 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       WIA Support 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Water Paper 11.0
       Watercolor 11.0
       Wave 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Wavefront|OBJ 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Wind 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Wireless Bitmap 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       ZigZag 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
    Plug-ins that failed to load: NONE
    Flash:
       Connections
       Kuler
    Installed TWAIN devices:
       NeatReceipts TWAIN
       Neat Mobile Scanner 2008
       Neat ADF Scanner 2008
       EPSON RX680/RX685/RX690

  • Save version as new file type in same Library

    I know I have to be doing something wrong here, but I can't figure this out.
    Is there any way to save a version of an edited image within the same library project, but as a different type?
    For example, I am creating HDR images in a 3rd party application, and the end result is a TIFF.  I save these edited images in a separate folder on my desktop for my HDR images, but then I have to reimport them into Aperture.  As these images are TIFF files, and now that I have them back in Aperture where I do some final tuning, I have to the export them again to another folder as JPG's, and then reimport them into Aperture so that they stay in the same Library.
    Once I have done my final color corrections, why can't I just do a "Save As" type function, within the same project and save the TIFF's as JPG, or PNG, or whatever?  Why is Aperture forcing me to export and reimport just to change the file type? 
    Thanks in advance,
    Mark

    I'm afraid you lost me about half way through that.
    Images in Aperture do not have a file type.  This is one of the hurdles you must clear in order to take full advantage of Aperture's brilliance.  Your images, in practical terms, do not exist as image-format files (such as JPG, etc.) within Aperture.  Exporting is when they are converted to an image-format file.  In point of fact, "export" in Aperture, means "create from this image  an image-format file of the type I specify and save that file to my hard drive".
    That's why there is no "Save as ... ".  Images in Aperture do not exist as single, sharable, files (and, perforce, do not have in image format).  The equivalent to "Save as ... " is, in Aperture, "Export".  And it has to be "Export" because once you give an image a format it can no longer be in the Library.  (Unless you import the new image-format file, in which case Aperture makes a new image with the imported file being the new image's Master; the new image in Aperture, once again, has no shareable single-file image format.)
    When I do HRD or panaroma stitching, I Stack in Aperture the photos I will use, export them to the program I will use, use that program, then import the result (always one file) and make it the pick of the Stack.
    Hope that helps.
    Message was edited by: Kirby Krieger

  • Filter file type for af:inputFile

    Hi,
    I am using jDeveloper 11.1.2.4.0.
    I used af:inputFile to get an image file and save the file to the server.
    Is it possible to filter file types when I browse file from af:inputFile? My users would like to see only image files when they browse in the directory.
    Thanks.
    nat

    <input type="file"> has property "accept", so you can add this attribute after page load, for example:
    <af:clientListener method="onPageLoad" type="load"/>
    <f:facet name="metaContainer">
        <af:resource type="javascript">
            function onPageLoad(evt) {
      // yourInputFileId is id of <input type="file"> element so you need to use firebug or similar tool to find this id
                document.getElementById("yourInputFileId").setAttribute("accept", "image/*");
        </af:resource>
    </f:facet>
    but note that this property is not supported in all browsers (especially in IE )
    Dario

Maybe you are looking for