Sponsored Content
Top Forums Web Development Content Management System for uploading large files Post 302294538 by otheus on Thursday 5th of March 2009 11:32:20 AM
Old 03-05-2009
3 GB? Whew. Whatever system you choose, whether it be MediaWiki, Tiki, or the thousands of others, you'll need to modify the HTTP server and PHP configuration to allow such large uploads. For Apache, this means make sure you have this in your virtualhost/global config:

LimitRequestBody 0

For PHP, see this page
 

2 More Discussions You Might Find Interesting

1. Programming

Is there a system call other than 'open' for opening very large files?

Dear all, Inside a C program, I want to open a very big file (about 12 GB) in order to read its content. Here is the code: /* argv contains the path to the file. */ inputFileDescriptor = open(argv, O_RDONLY); if (inputFileDescriptor < 0) { ... (6 Replies)
Discussion started by: dariyoosh
6 Replies

2. Programming

Best Method For Query Content In Large JSON Files

I wanted to know what is the best way to query json formatted files for content? Ex. Data https://usn.ubuntu.com/usn-db/database-all.json.bz2 When looking at keys as in: import json json_data = json.load(open('database-all.json')) for keys in json_data.iterkeys(): print 'Keys--> {}... (0 Replies)
Discussion started by: metallica1973
0 Replies
All times are GMT -4. The time now is 10:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy