public interface UploadCallback
Modifier and Type | Method and Description |
---|---|
int |
send(OutputStream out)
send file content callback function, be called only once when the file uploaded
|
int send(OutputStream out) throws IOException
out
- output stream for writing file contentIOException
Copyright © 2018 lodsve. All rights reserved.