can i reduce file size after upload ???

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default can i reduce file size after upload ???

    Hi
    well - i forgot to mention the option in the previus topic -
    once the user upload the file to the server
    is it possible to manipulate the file size?
    to reduce it ?
    Do I need a Java object ?
    cheers
    Yariv
    :)


    cosmits Guest

  2. Similar Questions and Discussions

    1. Reduce File Size
      Hi all, I have a couple of very very big pictures, would like to reduce the size down just enough to print out on letter size at a rought quality...
    2. How to Reduce a PDF file size??
      I have a file size 65 MB, the less I can reduce the size is 58 MB using the PDF reduce size option, also I tried using colorsync utility, Quartz...
    3. Reduce file size as a batch
      The reduce file size command doesn't seem to be available in the batch processing list. Does anyone know how to do this?
    4. Save As to reduce file size
      I make an illustration and save it. The AICS file is now, let's say, 200KB. I reopen, add a file-enlarging element (brush strokes, a gradient...
    5. CAN I CHANGE SIZE (PIXELS) OF A PROJECTOR TO REDUCE THE FILE SIZE?
      as far as I know you would have to transform bitmap scale all bitmap members to the new size, then readjust their positions to score, and adjust...
  3. #2

    Default Re: can i reduce file size after upload ???

    There are three ways I know of to reduce the size of a file:

    - Delete it
    - Remove some of the contents
    - Zip it up
    TA-Selene Guest

  4. #3

    Default Re: can i reduce file size after upload ???

    Hi selene
    sure enough - Remove some of the contents -
    same as taking an image file into photoshop
    and changing the Image size property
    would result in a smaller resolution or image dimensions
    hence - smaller file size.

    but how can I integrate this functionality on the server ?
    any Ideas ?
    cheers
    Yariv :)

    cosmits Guest

  5. #4

    Default Re: can i reduce file size after upload ???

    On 2005-06-11 07:16:53 -0500, "cosmits" <webforumsuser@macromedia.com> said:
    > Hi selene
    > sure enough - Remove some of the contents - same as taking an image
    > file into photoshop and changing the Image size property
    > would result in a smaller resolution or image dimensions
    > hence - smaller file size.
    >
    > but how can I integrate this functionality on the server ?
    > any Ideas ?
    > cheers
    > Yariv :)
    There are some CFCs that can resize images for you--here's one example
    (there are others out there as well, and I believe some free ones are
    available):
    [url]http://alagad.com/index.cfm/name-aic[/url]

    Matt
    --
    Matt Woodward
    [email]mpwoodward@gmail.com[/email]
    Team Macromedia - ColdFusion

    mpwoodward *TMM* Guest

  6. #5

    Default Re: can i reduce file size after upload ???

    As Matt stated, there are many tools/tags out there that allow you to shrink an
    image - or resize it - to a smaller size. I think CFX_Image was a good one,
    not sure if it is still around.

    I didn't suggest that originally, becuase you didn't specify you were talking
    about images. I was thinking about files in general, which would be difficult.

    TA-Selene Guest

  7. #6

    Default Re: can i reduce file size after upload ???

    Thank you Matt and selene
    your advice sure contribute

    if you come to remember any other cfc or tag in particular
    it would be apretiated
    cheers
    Yariv
    :)
    cosmits Guest

  8. #7

    Default Re: can i reduce file size after upload ???

    Hi all,

    I'm currently trying to use JPegResizer, which is available as free download
    in the Exchange.

    My question is (as I've never used CFX extensions or anything before) do CFX
    applets etc run on any platform, I mean Coldfusion on windows or mac, does that
    make a difference?

    I ask because I'm having problems (CFMX 7 on JRUN4 on mac os x), none of my
    images are resized down. I should just be able to make a "custom tag path" to
    the folder where the .class file is, register the CFX extension, and it should
    run right?

    Any ideas at all?

    Ben

    benkayuk Guest

  9. #8

    Default Re: can i reduce file size after upload ???

    On 2005-06-14 03:45:26 -0500, "benkayuk" <webforumsuser@macromedia.com> said:
    > Hi all,
    >
    > I'm currently trying to use JPegResizer, which is available as free
    > download in the Exchange.
    >
    > My question is (as I've never used CFX extensions or anything before)
    > do CFX applets etc run on any platform, I mean Coldfusion on windows or
    > mac, does that make a difference?
    I don't know anything about JpegResizer specifically, but theoretically
    if it's a CFX tag it should work on any platform.
    > I ask because I'm having problems (CFMX 7 on JRUN4 on mac os x), none
    > of my images are resized down. I should just be able to make a "custom
    > tag path" to the folder where the .class file is, register the CFX
    > extension, and it should run right?
    Do you get any errors or do the images just not get resized? Do you
    know if there's a specific Java version requirement for JpegResizer?

    --
    Matt Woodward
    [email]mpwoodward@gmail.com[/email]
    Team Macromedia - ColdFusion

    mpwoodward *TMM* Guest

  10. #9

    Default Re: can i reduce file size after upload ???

    Does the tag resize only jpeg image files ?
    cosmits Guest

  11. #10

    Default Re: can i reduce file size after upload ???

    just to further complicate your life, you also might want to have a look at [url]http://www.olimpo.ch/tmt/cfc/tmt_img/[/url] which can handle jpeg and png.
    PaulH Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139