AjaxUploader Thumbnail image

  •  12-29-2009, 10:46 AM

    AjaxUploader Thumbnail image

    Hi,
     
    I would like to be able to show a thumnail image of an uploaded file. I would also like to be able to hook into the "remove" event.
     
    I would like my system to work as follows:
     
    1. User uploads an image
    2. I rename the image "whatever.jpg"
    3. A thumbnail is shown of the uploaded image
    4. When a user clicks remove, the resx file is removed AND the temporary image I have copied is removed
     
    I would also like the user to be able to see the thumbnail when they return to the page as my app is part of a registration system allowing them to switch back and forth across screens.
     
    I cannot see anyway of hooking into useful events to allow
    (a) raising an event to show the newly uploaded image,
    (b) a way of hooking into the remove function so that I can also remove my additionally saved ".jpg" image
     
    Any ideas??
     
    Thanks in advance
View Complete Thread