Hi,
Have your read the howto:
http://www.tinywebgallery.com/en/tfu/web_jfu.php
with the javascript callback?
With the component you have to bring in the javascript somehow.
I actually just tried the following and it is perfect
.
go to the configuration to the profile.
go to the Text after the flash box and enter:
<script type="text/javascript">
function uploadFinished(loc) {
alert("upload")
}
</script>
Then you have to enable the Javascript call by entering a value at
Enable Javascript upload call
this value is the parameter that is used as loc in the uploadFinished Method.
Done
.
I'll extend the documentation with this
.
/Michael