标签: netty
如果我可以在上传过程中获取文件的临时位置,我可以检查大小。但是,我只有在收到LastHttpContent时才会获取临时文件位置并执行decoder.next()
decoder.next()
我有什么方法可以提前获得文件名吗?
我正在运行https://github.com/netty/netty/blob/master/example/src/main/java/io/netty/example/http/upload/HttpUploadServerHandler.java
如果数据类型为FileUpload
答案 0 :(得分:0)
在github上创建了以下问题 https://github.com/netty/netty/issues/3636