|
|
#10 (permalink) |
|
Operations
Super #1
Joined in Jun 2005
Lives in surpass headquarters
1,028 posts
Gave thanks: 67
Thanked 128 times
|
If you are referrring to large file uploads the limit is 2GB per file. Apache and/or the ftp deamon on the server will not process any files > 2GB. I agree its not too great of a limit with large video and files that are common these days..
So split up any large archives In reference to php uploads the limit is usually 2mb as stated already edit: reread the thread and saw most of my post was irrelevant ![]()
__________________
Mike Surpass Special Operations |
|
|
|
|
|
#11 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Feb 2007
28 posts
Gave thanks: 2
Thanked 1 Time in 1 Post
|
Hey, i'm currently uploading 300mb and it gives error each 20mb uploading, then i have to do RESUME at the FTP and it uploads the other 20MB and so on... until the 300MB of the file.
Can i make anything to change that limit of 20 MB ? Thanks! |
|
|
|
|
|
#12 (permalink) |
|
Registered User
Seasoned Poster
Joined in Jul 2006
Lives in USA
Hosted on SH133
57 posts
Gave thanks: 11
Thanked 1 Time in 1 Post
|
Chris, the excerpt should be put into a "php.ini" in the root directory of TikiWiki; this worked for SMF. You should first try actually attaching something that large, or updating TikiWiki's settings.
|
|
|
|
|
|
#13 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Aug 2006
10 posts
Gave thanks: 0
Thanked 0 times
|
I emailed support and what I actually had to do was edit the .htaccess and add these two lines in instead:
php_value post_max_size 24M php_value upload_max_filesize 20M Although, this didn't work for some reason and I ended up using the values "48000000" and "40000000" respectively. For some reason it cut them in half and I didn't want to both converting to Hex/Oct/Bin and back. ![]() The point is, it works now. Thanks for all the suggestions! Chris |
|
|
|