# java_file_upload **Repository Path**: Jakey870/java_file_upload ## Basic Information - **Project Name**: java_file_upload - **Description**: java文件上传,从前端到后端,完整demo。兼容iOS - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-15 - **Last Updated**: 2022-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # java_file_upload java文件上传,从前端到后端,完整demo。兼容iOS 运行环境:jdk1.6 eclipse jetty 如果需要修改上传文件的路径,可以修改resources下的configuration.xml文件的配置项 ![image](https://github.com/WillDistance/java_file_upload/blob/master/file-upload-download/%E9%85%8D%E7%BD%AE%E6%96%87%E4%BB%B6%E4%BF%AE%E6%94%B9.png) 本地启动,访问:http://127.0.0.1:8080/uploadTest.html 运行示例: ![image](https://github.com/WillDistance/java_file_upload/blob/master/file-upload-download/demo.png) 手机端测试唤醒手机相册选择或手机摄像头拍照demo: https://github.com/WillDistance/java_file_upload/blob/master/file-upload-download/src/main/webapp/input_demo.html