Resize Uploaded Image Function

Last post 07-01-2007, 1:38 PM by camike. 7 replies.
Sort Posts: Previous Next
  •  06-03-2007, 10:22 AM 30335

    Resize Uploaded Image Function

    In the documentation for 'Restricting File Upload Size' it shows the Image Upload window that says it will automatically resize the uploaded image, but it does not appear on my version.  Is this function available? 

    Filed under:
  •  06-04-2007, 11:00 AM 30354 in reply to 30335

    Re: Resize Uploaded Image Function

    camike,
     
    This function is only available to .net version. It is not implemented in Classic ASP version yet.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  06-04-2007, 11:15 AM 30356 in reply to 30354

    Re: Resize Uploaded Image Function

    Is this going to be available soon?  On your site http://www.cutesoft.net/asp (the website for the classic asp version) it has the following:

    Image insertion and automatic upload
    Built-in thumbnail generator. Thumbnail images are dynamically created; Supports upload new images. Paging - specify how many images. Support auto resize images.
     
    Is it possible to use a 3rd party function to upload and resize the images, transferring the info to the editor once uploaded?  Unless you are planning on implementing this feature soon.  Please let me know.
     
    Thanks.
  •  06-04-2007, 1:16 PM 30360 in reply to 30356

    Re: Resize Uploaded Image Function

    camike,
     
    It's impossible to finish this feature using pure ASP script.
     
    We can integrate the .net image editor into Cute Editor for ASP, similar to the spell checker solution.
     
    Please check this online image editor at the following example:
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  06-04-2007, 3:18 PM 30364 in reply to 30360

    Re: Resize Uploaded Image Function

    I think using the .net image editor would work great for me.  How do I go about getting those files and updating the editor to use the .net version for the image gallery?  Thanks for your help.

  •  06-06-2007, 9:10 AM 30428 in reply to 30360

    Re: Resize Uploaded Image Function

    So are you going to be integrating the .net image editor into the classic asp version?  Please let me know if this is something I can expect in the near future or if you were speaking hypothetically.  If you are planning the integration, can I get a rough timeline of when I might be able to expect that.
     
    Thanks.
  •  06-09-2007, 1:07 PM 30549 in reply to 30428

    Re: Resize Uploaded Image Function

    I would still love to see the .net image gallery integrated into this program.  However, I am working on a temporary fix for my situation now.  I am allowing the user to upload the image at the original size, then I have a .net script to place the image into the webpage that will resize it.  For example, if I want to place the image test.jpg into the page, I would use <img src="http://www.mydomain.com/showimage.aspx?img='imagepath & filename'&width=100&height=100">.  This would run the image through the script and show an image that is 100X100 without just resizing the huge image.  I can get the editor to place the <img src="http://www.mydomain.com/showimage.aspx?img='imagepath & filename'">, however I have not figured out how to take the width & height input values from the user and complete the path.  Basically, I would like to take the width & height values and add them to the path of the image, instead of making them a width and height value for the image.
     
    Hope that makes sense.  The better option would probably still be the integration of the .net image gallery, however this would work for now if it is possible.
     
    Thanks.
  •  07-01-2007, 1:38 PM 31194 in reply to 30549

    Re: Resize Uploaded Image Function

    Any update on this issue?
View as RSS news feed in XML