Android使用HttpURLConnection上传大文件导致413错误,但getResponseCode无法返回并抛出另一个异常。
创始人
2024-10-10 14:00:47
0

在Android中使用HttpURLConnection上传大文件时,可能会遇到413错误。这是因为服务器默认限制了上传文件的大小。

为了解决这个问题,可以尝试使用Chunked Transfer Encoding(分块传输编码)来上传大文件。下面是一个示例代码:

public void uploadFile(String urlString, String filePath) {
    HttpURLConnection connection = null;
    DataOutputStream outputStream = null;
    FileInputStream fileInputStream = null;

    try {
        // 创建URL对象
        URL url = new URL(urlString);

        // 打开连接
        connection = (HttpURLConnection) url.openConnection();

        // 设置连接属性
        connection.setDoInput(true);
        connection.setDoOutput(true);
        connection.setUseCaches(false);
        connection.setChunkedStreamingMode(0); // 设置分块传输编码

        // 设置请求方法为POST
        connection.setRequestMethod("POST");

        // 设置请求头
        connection.setRequestProperty("Connection", "Keep-Alive");
        connection.setRequestProperty("Content-Type", "multipart/form-data;boundary=" + "*****");

        // 获取输出流
        outputStream = new DataOutputStream(connection.getOutputStream());

        // 创建文件输入流
        fileInputStream = new FileInputStream(filePath);

        // 缓冲区大小
        int bufferSize = 1024;
        byte[] buffer = new byte[bufferSize];
        int bytesRead;

        // 读取文件并写入输出流
        while ((bytesRead = fileInputStream.read(buffer)) != -1) {
            outputStream.write(buffer, 0, bytesRead);
        }

        // 获取服务器响应
        int responseCode = connection.getResponseCode();

        // 进行处理

    } catch (IOException e) {
        e.printStackTrace();
    } finally {
        // 关闭连接和流
        if (connection != null) {
            connection.disconnect();
        }
        if (outputStream != null) {
            try {
                outputStream.close();
            } catch (IOException e) {
                e.printStackTrace();
            }
        }
        if (fileInputStream != null) {
            try {
                fileInputStream.close();
            } catch (IOException e) {
                e.printStackTrace();
            }
        }
    }
}

在这个示例代码中,我们通过设置connection.setChunkedStreamingMode(0)来启用分块传输编码。同时,我们还设置了请求头Content-Typemultipart/form-data,以便在服务器端正确处理文件上传。

请注意,上述代码只是上传文件的一部分,你还需要根据自己的需求完善其他部分,例如添加其他请求参数、处理服务器响应等。

如果在上传大文件时,getResponseCode()无法返回并抛出另一个异常,可能是由于连接超时或其他网络问题导致的。你可以在catch块中添加适当的处理代码,例如重新尝试连接或显示错误信息。

希望这个解决方法对你有帮助!

相关内容

热门资讯

记者发布!pokemmo修改器... 记者发布!pokemmo修改器手机版,wepoker私人辅助器,总是真的是有挂(有挂助手)1、操作简...
实测分享!德普之星透视辅助软件... 实测分享!德普之星透视辅助软件是真的吗,德州hhpoker脚本,真是是有挂(有挂分享)1、下载好脚本...
揭秘真相!wepoker辅助器... 揭秘真相!wepoker辅助器官方,we poker辅助器,本来真的有挂(有挂总结)1、wepoke...
科技通报!wepoker怎么增... 科技通报!wepoker怎么增加运气,HH平台挂,一贯真的有挂(有挂细节)亲,关键说明,透视脚本安卓...
技术分享!hhpoker有没有... 技术分享!hhpoker有没有辅助,hhpoker脚本,真是真的有挂(有挂方式)1、很好的工具软件,...
一分钟揭秘!pokemmo手机... 一分钟揭秘!pokemmo手机版修改器,大菠萝辅助器,原来真的是有挂(有挂总结)1、让任何用户在无需...
9分钟了解!wepoker透视... 9分钟了解!wepoker透视苹果系统,wepoker辅助透视软件,果然存在有挂(有挂教学)1、we...
免费测试版!werplan辅助... 免费测试版!werplan辅助软件,德普之星透视辅助软件,确实是有挂(真的有挂)辅助器是一种具有地方...
玩家实测!wepoker有辅助... 玩家实测!wepoker有辅助插件吗,wepoker透视脚本是什么,切实真的是有挂(有挂总结)1、打...
科普分享!wpk可以作弊吗,h... 科普分享!wpk可以作弊吗,hhpoker德州有挂吗,原来是有挂(有人有挂)1、进入到是否有挂之后,...