|
|
#1 (permalink) |
|
Guest
n/a posts
|
Uploading limit?
I'm interested in becoming a client, but first I'd like to know if there's any max size for uploading files, because I'd have to upload some videos for my site (not huge videos, like movies, but some of them have 10/15mb) and I'd like to know if that's possible.
|
|
|
|
#2 (permalink) |
|
Holy hell and a hippie
On a golden path...
Joined in Nov 2006
Lives in Canada
Hosted on SH106
393 posts
Gave thanks: 24
Thanked 25 times
|
You shouldn't have any issues uploading a 10 - 20MB file. As far as I know there are no file upload restrictions. If you are using a webbased interface to upload large files then you have a higher risk of it timing out, but that's just a browser thing.
__________________
||http://eternal-realm.net ||http://usebbzone.com --------- Go There: Surpass Wiki ---------- || SH106 |
|
|
|
| This user thanks Gaia for this great post! | Mag-Sec (February 3rd, 2007) |
|
|
#3 (permalink) |
|
Surpass Abuse Admin
Super #1
Joined in Mar 2005
Lives in Houston, TX
Hosted on NONE
7,797 posts
Gave thanks: 11
Thanked 278 times
|
The max upload size is set up in php.ini to be 2MB on my server:
-jailshell-2.05b$ php -i|grep upload file_uploads => On => On upload_max_filesize => 2M => 2M However, you can always use FTP to upload big stuff. |
|
|
|
|
|
#4 (permalink) |
|
Holy hell and a hippie
On a golden path...
Joined in Nov 2006
Lives in Canada
Hosted on SH106
393 posts
Gave thanks: 24
Thanked 25 times
|
Or, you could also upload or own php.ini and alter the upload_max_filesize to something higher. But, yea, I would recommend using FTP for larger files too.
__________________
||http://eternal-realm.net ||http://usebbzone.com --------- Go There: Surpass Wiki ---------- || SH106 |
|
|
|
|
|
#5 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Aug 2006
10 posts
Gave thanks: 0
Thanked 0 times
|
I put a php.ini file in my directory that hosts TikiWiki and file uploads are still failing. PHP is 4.4.4 on my site. The contents have one line:
upload_max_filesize = 20M Any ideas? Thanks, Chris |
|
|
|
|
|
#6 (permalink) | |
|
Registered User
Fresh Surpasser
Joined in Aug 2006
10 posts
Gave thanks: 0
Thanked 0 times
|
Quote:
php.ini |
|
|
|
|
|
|
#7 (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
|
Hey Chris, try this:
Code:
[php] post_max_size = 24M upload_max_filesize = 20M ![]() |
|
|
|
|
|
#8 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Aug 2006
10 posts
Gave thanks: 0
Thanked 0 times
|
Thanks for the tip. Unfortunately, these are not being picked up. When I run the "phpinfo" link from the TikiWiki it still says 8M for post and 2M for upload. Thoughts?
Chris |
|
|
|
|
|
#9 (permalink) | |
|
Bow before Surpass!
Super #1
Joined in Sep 2004
1,547 posts
Gave thanks: 91
Thanked 49 times
|
Quote:
__________________
Wii Hotspot - Upcoming project! -http://www.wiihotspot.com
Make a cPanel Login Form | Why is my Account Suspended? |
|
|
|
|