class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
It can work with the dhtmlxVault script. Simple use the class to handle the upload in the file samples/php/UploadHandler.php that is provided in their package.
The class being low-level, it can be implemented in almost all upload scripts.Reply
Yes you were right it works perfectly!!! There were few things to correct for debugger ..$handle->log to work ...must say that it was very easy to implement now there is no need to use foreach(..) for multiple uploads ;)
...many many thanx for this excellent tool you're the bestReply
The class being low-level, it can be implemented in almost all upload scripts.
There were few things to correct for debugger ..$handle->log to work
...must say that it was very easy to implement
now there is no need to use foreach(..) for multiple uploads ;)
...many many thanx for this excellent tool you're the best
Could you please copy and paste here your code, so that others can use it too?