You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Julio Capote <ju...@twitter.com> on 2013/05/15 00:16:56 UTC

[fileupload] deprecation of MultipartStream in favor of ServletFileUpload

As of version 1.2.1, the lower level MultipartStream API has been
deprecated in favor of it's higher level counter part, ServletFileUpload.
However, this is problematic for us as we're not using Servlets, and
instead use finagle/netty to serve our requests. We're using the deprecated
interface for now, but this is suboptimal; Are there any plans to introduce
a more server agnostic FileUpload interface? Thanks!

-- 
Julio Capote
Api Team
@capotej