Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Profolio  
#1 Posted : Monday, September 24, 2012 12:01:57 AM(UTC)
Profolio

Rank: Member

Groups: Member
Joined: 7/9/2008(UTC)
Posts: 20

Hello,
I create my uploader with php, but is it possible to launch a javascript function when the uploads are complete ?

something like
Code:

<?php
....
$uploader-> afterUpload('myJsfunction');
....
?>
<script>
function myJsfunction() {
alert('yeah ! ');
}
</script>

thanks

Dmitry.Obukhov  
#2 Posted : Monday, September 24, 2012 2:07:06 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello,

Yes, it is possible. Please see the AfterUpload event section.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.