UPLOAD with progess bar

See all posts See thread Reply

Re: UPLOAD with progess bar new!
by kren, 17 years, 10 months ago
what about ajax-dhtml implementation like this one:
http://www.scbr.com/docs/products/dhtmlxVault/index.shtml
;)Reply
Re: UPLOAD with progess bar new!
by colin, 17 years, 10 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, 17 years, 10 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, 17 years, 10 months ago
Cool!

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