How to limit an upload speed in java servlet?
Posted
by den-javamaniac
on Stack Overflow
See other posts from Stack Overflow
or by den-javamaniac
Published on 2010-04-29T15:45:43Z
Indexed on
2010/04/29
16:07 UTC
Read the original article
Hit count: 468
Hi. I'm working on an app (based on Spring as DI and MVC framework) that has a file upload function which is currently implemented using Spring Multipart Upload (which in it's turn utilizes commons fileupload libs).
So what I'm looking for is a way to lower the upload bandwidth consumption. How can I accomplish that?
© Stack Overflow or respective owner