Hi,
This particular problem was caused by a seemingly unrelated function that was supposed to create the url string. In debug the string was created successfully but it made the upload malfunction.
Now I use only this:
"http://".$_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"].$myFolder;
and I ALMOST get all the time the events. It arrives though sometimes that it misses out on some "done" event and this causes that the file is not written in the DB because my DB writting method is not called.
Any ideas on why this can happen?
Thanks a lot
Greg