When a user uploads a file to the server is there any way to determine,
before opening an OutputStream, the size (length) of the file that is being
uploaded?

public OutputStream createOutputStream(long offset) throws IOException
{
        // check for file size...
}

Thanks,

Dan

Reply via email to