Looking for an Event to fire at the end of multiple file uploads.

Last post 02-12-2009, 8:58 AM by perryvanherpen. 3 replies.
Sort Posts: Previous Next
  •  02-05-2009, 1:43 AM 48400

    Looking for an Event to fire at the end of multiple file uploads.

    I show all the image files uploaded in a grid. The problem is if I upload say 100 images I need to connect to the database 200 times. i.e. once for inserting the image details into the database and once to bind the grid with the uploaded images. I was looking for an event which will fire only once at the end of uploading all the images. So that I can save on the extra 100 connections to the database to bind the grid with images.
     
    Please advice.
  •  02-05-2009, 9:37 AM 48409 in reply to 48400

    Re: Looking for an Event to fire at the end of multiple file uploads.

    Hi,
     
    Uploader didn't provide that event yet.
     
    And we have no plan to add that,
     
    Because you can use the uploader.PreRender event to implement your request.
     
    Regards,
    Terry
     
  •  02-07-2009, 10:54 PM 48475 in reply to 48409

    Re: Looking for an Event to fire at the end of multiple file uploads.

    Hi,

    Many Thanks for the quick response. I should have tried this earlier. I missed it. Any way, thanks again.
  •  02-12-2009, 8:58 AM 48665 in reply to 48475

    Re: Looking for an Event to fire at the end of multiple file uploads.

    Hi,
     
    I'm also looking for this event and do not really understand what i can do in the prerender function to get it to work.
     
    Can someone fill me in??
     
    Greeetz Perry
View as RSS news feed in XML