UPLOAD with progess bar

See all posts See thread Reply

Re: UPLOAD with progess bar new!
by colin, 16 years, 8 months ago
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
Re: UPLOAD with progess bar new!
by kren, 16 years, 8 months ago
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
Re: UPLOAD with progess bar new!
by colin, 16 years, 8 months ago
Cool!

Could you please copy and paste here your code, so that others can use it too?Reply