简体   繁体   English

在Android应用程序中无法访问大于10mb的文件

[英]Unable to access file larger than 10mb in Android application

I have one index.html file and other supporting css javascript files. 我有一个index.html文件和其他支持css javascript文件。

The css and javascript files are 8mb , and the html file is nearly 15mb as it is a flash book (a type of e-book) and as such contains lot of data. cssjavascript文件的大小为8mb ,而html文件的大小为15mb左右,因为它是一本Flash图书(一种电子书),因此包含许多数据。

I keep all the data in the html file and now I have to access it from my android application. 我将所有数据保存在html文件中,现在我必须从android应用程序访问它。

Is there any way to do this? 有什么办法吗?

try php? 尝试php?

filesize cant be set in html from my knowledge, it can in php. 据我所知,不能在html中设置filesize,可以在php中设置。

look at this 看这个

http://www.cyberciti.biz/faq/linux-unix-apache-increase-php-upload-limit/ http://www.cyberciti.biz/faq/linux-unix-apache-increase-php-upload-limit/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google云端硬盘脚本未上传大于10MB的文件 - Google drive script not uploading file larger than 10MB Payload Too Large - 当尝试上传大于 10MB 的文件时,在 dropzone.js 的控制台中说 - Payload Too Large - says in console from dropzone.js when try to upload file larger than 10MB php:// input对于小于10MB的请求为空 - php://input is empty for requests less than 10MB webpack 生产构建 bundle.js 文件大小为 10mb - webpack production build bundle.js file size is 10mb html离线存储〜10MB跨浏览器解决方案 - html offline storage ~10MB cross-browser solution Dropzone会挂在大于1mb的文件上 - Dropzone hangs on files larger than 1mb 使用 javascript 打开 base64 编码的 pdf 文件。 文件大小大于 2 MB 的问题 - Open base64 encoded pdf file using javascript. Issue with file size larger than 2 MB 如何使用 socket.io 和大于 1mb 的 nodejs 实现房间到房间的文件共享系统? - How to implement room to room file sharing system using socket.io and nodejs larger than 1mb? 使用(event.target作为FileReader).result上传较大文件时,Google Chrome崩溃。 (文件大小超过80mb) - Google chrome crashing while uploading larger files using (event.target as FileReader).result . (File size greater than 80mb) 在大于1MB的文件上,putObject()超时 - putObject() times out on files larger than ~1MB
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM