}
private void handleValidRequest() throws IOException
{
final FileUploadConnection specializedConnection = connection
.convertToFileUpload(file);
handler = new AbstractFileRequestHandler()
{
public void execute() throws IOException
{
specializedConnection.upload(offset);
}
};
}