Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Looking for an Event to fire at the end of multiple file uploads.
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:
Oldest to newest
Newest to oldest
Previous
Next
02-05-2009, 1:43 AM
48400
sajid.parvez
Joined on 02-05-2009
Posts 2
Looking for an Event to fire at the end of multiple file uploads.
Reply
Quote
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
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Looking for an Event to fire at the end of multiple file uploads.
Reply
Quote
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
sajid.parvez
Joined on 02-05-2009
Posts 2
Re: Looking for an Event to fire at the end of multiple file uploads.
Reply
Quote
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
perryvanherpen
Joined on 02-11-2009
Posts 2
Re: Looking for an Event to fire at the end of multiple file uploads.
Reply
Quote
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