icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Choosing Surpass » Questions before signing up? » Uploading limit?

Questions before signing up? Ask away!

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread
Old February 1st, 2007, 11:36 PM   #1 (permalink)
Unregistered
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.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old February 1st, 2007, 11:43 PM   #2 (permalink)
Holy hell and a hippie
On a golden path...
 
Gaia's Avatar
 
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
Gaia is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
This user thanks Gaia for this great post!
Mag-Sec (February 3rd, 2007)
Old February 2nd, 2007, 6:23 AM   #3 (permalink)
Surpass Abuse Admin
Super #1
 
removed's Avatar
 
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.
removed is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old February 2nd, 2007, 10:24 AM   #4 (permalink)
Holy hell and a hippie
On a golden path...
 
Gaia's Avatar
 
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
Gaia is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old February 20th, 2007, 8:31 PM   #5 (permalink)
Registered User
Fresh Surpasser
 
chenglan's Avatar
 
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
chenglan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old February 20th, 2007, 9:16 PM   #6 (permalink)
Registered User
Fresh Surpasser
 
chenglan's Avatar
 
Joined in Aug 2006
10 posts
Gave thanks: 0
Thanked 0 times
Quote:
Originally Posted by chenglan View Post
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
Move to more appropriate thread:
php.ini
chenglan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old February 20th, 2007, 11:01 PM   #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
The reason for this is: file uploads are handled as part of the post size, and you don't want to remove other parts of your form submissions, etc. Basically uploads are usually multi-byte encoded and sent in the post itself, so you should (for good measure) make the maximum post size larger than your maximum filesize. When posting multiple files, remember that it cuts into the max-post-size.
__________________
SH133:
The Wicked Flea is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old February 21st, 2007, 12:23 AM   #8 (permalink)
Registered User
Fresh Surpasser
 
chenglan's Avatar
 
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
chenglan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old February 21st, 2007, 3:46 AM   #9 (permalink)
Bow before Surpass!
Super #1
 
Joined in Sep 2004
1,547 posts
Gave thanks: 91
Thanked 49 times
Quote:
Originally Posted by chenglan View Post
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
Where are you uploading that file? Best as http://desk.surpasshosting.com for technical help, they'll do this for you in someway.
__________________
GamingHybrid is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may post new threads
You may not post replies
You may post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Moderation Tools: