image upload preview and resize

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • leelotis
    New Member
    • Dec 2009
    • 14

    image upload preview and resize

    hey im trying to find a decent image upload preview and resize (for images that dont fit the placed view format) ive looked all over the web and ive had no luck and ideas?
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Have you considered creating such a thing yourself?
    It looks like the majority of what you want to accomplish can be done using the Image class. As for uploading...wel l I guess that would depend on what kind of application you're developing.

    -Frinny

    Comment

    • leelotis
      New Member
      • Dec 2009
      • 14

      #3
      I am considering that will be my only option as I don't seem to be able to find a upload script that works in IE and firefox. If you have any insight that might make it easier please let me know...Thanks..

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        What kind of application are you developing?
        Is it JSP? If so you could use the HTML input type=file which will work in both IE and FireFox (and other browsers too).

        -Frinny

        Comment

        Working...