Uploading and Re-sizing images on the fly?

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Uploading and Re-sizing images on the fly?

    Hi.

    Does anyone know of a good script/extension that would automatically resize,
    compress and rename an uploaded image?

    I would like to be able to allow clients to upload an image (I'm using
    ASPUpload at the minute), and for the extension/script to automatically
    create a thumbnail version. I would also like it to create a "standard"
    image size because clients will, inevitably, start uploading 2400 x 1200
    images straight off their digi-cam!

    Hope that makes sense. Any advice would be greatly appreciated.

    Thanks.
    Nath.


    Nathon Jones Guest

  2. Similar Questions and Discussions

    1. Problem uploading images
      My client receives this message when publishing a page, it occurs when they upload a file from their computer. "Access denied. The file may not...
    2. Uploading images
      Can anyone tell me of an extension that i can use to do the following with ASP? I have set up a site where users can record information about a...
    3. Contribute not uploading images
      are you trying to publish an aspx file? you might want to try checking this link: ...
    4. Sizing images for import to Adobe Premiere
      I have many digital images in 3.3 megapixel format (2048x1536) that I want to import into Adobe Premiere at a size of 720x540. I can resize an...
    5. Uploading images with ASP
      Hi Could anyone please let me know how to upload images to the server file system using ASP, without using a third party add on. Many Thanks ...
  3. #2

    Default Re: Uploading and Re-sizing images on the fly?

    > Does anyone know of a good script/extension that would automatically
    resize,
    > compress and rename an uploaded image?
    If using asp.net, this isn't hard to write yourself, actually.
    > I would like to be able to allow clients to upload an image (I'm using
    > ASPUpload at the minute)
    Does ASPUpload not offer that ability?

    -Darrel


    darrel Guest

  4. #3

    Default Re: Uploading and Re-sizing images on the fly?

    Hi Darrel,

    I'm using ASP/VBScript at the moment.
    Is there an extension or something that would do this job?

    ASPUpload doesn't have a facility to resize and/or rename images uploaded.

    Nath.



    "darrel" <notreal@hotmail.com> wrote in message
    news:d48d9s$app$1@forums.macromedia.com...
    >> Does anyone know of a good script/extension that would automatically
    > resize,
    >> compress and rename an uploaded image?
    >
    > If using asp.net, this isn't hard to write yourself, actually.
    >
    >> I would like to be able to allow clients to upload an image (I'm using
    >> ASPUpload at the minute)
    >
    > Does ASPUpload not offer that ability?
    >
    > -Darrel
    >
    >

    Nathon Jones Guest

  5. #4

    Default Re: Uploading and Re-sizing images on the fly?

    you'll need ASPJpeg, also from Persits )-:

    Nathon Jones wrote:
    > Hi Darrel,
    >
    > I'm using ASP/VBScript at the moment.
    > Is there an extension or something that would do this job?
    >
    > ASPUpload doesn't have a facility to resize and/or rename images uploaded.
    >
    > Nath.
    Manuel Socarras Guest

  6. #5

    Default Re: Uploading and Re-sizing images on the fly?

    Is that part of the UltraSuite Manuel?

    Thanks.
    Nath.

    "Manuel Socarras" <msoc**no-spam**@airtel.net> wrote in message
    news:d4aies$h3t$1@forums.macromedia.com...
    > you'll need ASPJpeg, also from Persits )-:
    >
    > Nathon Jones wrote:
    >> Hi Darrel,
    >>
    >> I'm using ASP/VBScript at the moment.
    >> Is there an extension or something that would do this job?
    >>
    >> ASPUpload doesn't have a facility to resize and/or rename images
    >> uploaded.
    >>
    >> Nath.

    Nathon Jones Guest

  7. #6

    Default Re: Uploading and Re-sizing images on the fly?

    no AFAIK, Nath. is a component from the same company who develops
    ASPUpload (Persits Software). take a look at: [url]http://www.aspjpeg.com/[/url]

    you can work with them in tandem to allow what you want. i've used them
    and i'am very happy but don't know if there's a simpler/cheaper option


    Nathon Jones wrote:
    > Is that part of the UltraSuite Manuel?
    >
    > Thanks.
    > Nath.
    >
    > "Manuel Socarras" <msoc**no-spam**@airtel.net> wrote in message
    > news:d4aies$h3t$1@forums.macromedia.com...
    >
    >>you'll need ASPJpeg, also from Persits )-:
    >>
    >>Nathon Jones wrote:
    >>
    >>>Hi Darrel,
    >>>
    >>>I'm using ASP/VBScript at the moment.
    >>>Is there an extension or something that would do this job?
    >>>
    >>>ASPUpload doesn't have a facility to resize and/or rename images
    >>>uploaded.
    >>>
    >>>Nath.
    >
    >
    >
    Manuel Socarras 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