开发者

Update progressbar based on the number of bytes sent

开发者 https://www.devze.com 2023-03-25 06:19 出处:网络
I am developing a Java Applet which h开发者_C百科as the functionality of uploading multiple files.

I am developing a Java Applet which h开发者_C百科as the functionality of uploading multiple files.

For each individual file , I want to maintain a progress bar which indicates the upload progress status of that specific file based on the number of bytes sent.

How can I send multiple files & maintain their individual progress status?

Kindly send me your suggestions/code snippet or link if already available.


Keep multiple counters and increment them for each different upload. (This question either seems very obvious, or very poorly specified).

0

精彩评论

暂无评论...
验证码 换一张
取 消