large-files
OutofMemoryException - Loading Extremely Large Images
I\'m trying to load an extremely large image (14473x25684), but I\'m hitting into a memory limitation.[详细]
2023-01-13 07:16 分类:问答Estimating the word count of a file without reading the full file
I have a program to process very large files. Now I need to show a progress bar to show the progress of the processing. The program works on a word level, read one line at a time, splitting it into wo[详细]
2023-01-11 23:16 分类:问答Problems with HUGE XML files
I have 16 large xml files. When I say Large, I am talking in gigabytes.One of these files is over 8 GB. Several of them are over 1 gb.These are given to 开发者_开发知识库me from an external provider.[详细]
2023-01-10 18:44 分类:问答Upload large files using Ruby
I\'m wondering what is the best pattern to allow large files to be uploaded to a server using Ruby. I\'ve found Rails and Large, Large file Uploads: Looking at the alternative but it doesn\'t give a[详细]
2023-01-10 14:56 分类:问答File downloads incomplete over slow connection
I have a 15MB file on a website (Apache webserver) that downloads fine on reasonable speed connections, but is almost always incomplete on slower connections (28KBytes/sec, for example).The size开发者[详细]
2023-01-08 09:23 分类:问答Getting a 2GB file inside PHP?
I am needing to download a very large file via PHP, the last time I did it manually via http it was 2.2gb in size and took a few hours to download. I would like to automate the download somehow.[详细]
2023-01-08 01:39 分类:问答Reading from large, continuously growing file with BufferedReader
The task I have is to (somewhat efficiently) read line-by-line through a very large, continuously growing file. Here\'s basically what I\'m doing now:[详细]
2023-01-06 22:36 分类:问答Serving Large Protected Files in PHP/Apache
I need to serve up large files (> 2gb) from an Apache web server. The files are protected downloads, so I need some kind of way to authorize the user. The CMS I\'m using uses cookies checked against a[详细]
2023-01-06 01:59 分类:问答using php to download files, not working on large files? [duplicate]
This question already has answers here: Downloading large files reliably in PHP (13 answers) Closed 8 years ago.[详细]
2023-01-05 21:57 分类:问答How to quickly zip large files in PHP
I wrote a PHP script to dynamically pack files selected by the client into zip file and force a download. It works well except that when the number of files is huge (like over 50000), it takes a very[详细]
2023-01-03 21:17 分类:问答