使用netty进行大文件上传时,如何在上传过程中获取上传大小?

时间:2015-04-08 06:43:10

标签: netty

如果我可以在上传过程中获取文件的临时位置,我可以检查大小。但是,我只有在收到LastHttpContent时才会获取临时文件位置并执行decoder.next()

我有什么方法可以提前获得文件名吗?

我正在运行https://github.com/netty/netty/blob/master/example/src/main/java/io/netty/example/http/upload/HttpUploadServerHandler.java

中的示例代码

如果数据类型为FileUpload

,我想在writeHttpData中获取上传百分比

1 个答案:

答案 0 :(得分:0)

正如@frederic在评论中提到的,现在它不可能。

在github上创建了以下问题 https://github.com/netty/netty/issues/3636