hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : Can upload image more than 2M
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

Can upload image more than 2M

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 11-12-2010, 03:48 AM
chetantech chetantech is offline
Temporarily Suspended
 
Join Date: May 2010
Posts: 57
Smile

Can upload image more than 2M


It looks like I'm having issues uploading larger files.I can not upload file more than 2M.I get the following error message. upload error: upload failed: ".Even the uploading limit is upload_max_filesize= 20M.

Please suggest me as soon as possible.

Reply With Quote


Sponsored Links
  #2  
Old 11-12-2010, 03:52 AM
TheHostGenie TheHostGenie is offline
Aspiring Evangelist
 
Join Date: Jul 2010
Location: Milwaukee, WI, USA
Posts: 438
Can you look at the error logs to get more information? Are you on shared hosting?

__________________
TheHostGenie.com
cPanel | Softaculous | R1Soft | Ksplice
Web Hosting | Reseller Hosting | VPS | Dedicated
sales@thehostgenie.com

Reply With Quote
  #3  
Old 11-12-2010, 03:58 AM
chetantech chetantech is offline
Temporarily Suspended
 
Join Date: May 2010
Posts: 57
I have checked on the shared server the logs are something like

cat /usr/local/apache/logs/error_log | grep rdfn6e8
[Thu Nov 11 16:39:42 2010] [error] [client 67.195.*.*] client denied by server configuration: /home2/rdfn6e8/public_html/gallery/g2data/locale/af/LC_MESSAGES/WP
[Thu Nov 11 16:55:49 2010] [error] [client 67.195.*.*] client denied by server configuration: /home2/rdfn6e8/public_html/gallery/g2data/locale/af/LC_MESSAGES/WP
[Thu Nov 11 16:55:49 2010] [error] [client 67.195.*.*] client denied by server configuration: /home2/rdfn6e8/public_html/gallery/g2data/locale/af/LC_MESSAGES/WP
[Thu Nov 11 20:39:38 2010] [error] [client 114.143.*.*] File does not exist: /home2/rdfn6e8/public_html/gallery/gallery_remote2.php
[Thu Nov 11 22:23:59 2010] [error] [client 114.143.*.*] File does not exist: /home2/rdfn6e8/public_html/gallery/gallery_remote2.php
[Thu Nov 11 22:33:07 2010] [error] [client 114.143.*.*] File does not exist: /home2/rdfn6e8/public_html/gallery/gallery_remote2.php
[Thu Nov 11 22:51:25 2010] [error] [client 114.143.*.*] File does not exist: /home2/rdfn6e8/public_html/gallery/gallery_remote2.php
[Thu Nov 11 22:55:10 2010] [error] [client 114.143.*.*] File does not exist: /home2/rdfn6e8/public_html/gallery/gallery_remote2.php

Reply With Quote
Sponsored Links
  #4  
Old 11-12-2010, 04:28 AM
stubrud stubrud is offline
WHT Addict
 
Join Date: Jan 2005
Posts: 156
have you checked size on ;post_max_size = in your php.ini

__________________
stubrud.com since 2002
lauching new services soon at webservere.no

Reply With Quote
  #5  
Old 11-12-2010, 04:45 AM
chetantech chetantech is offline
Temporarily Suspended
 
Join Date: May 2010
Posts: 57
Yes,It is
upload_max_filesize= 20M

Thanks for the help

Reply With Quote
  #6  
Old 11-12-2010, 04:57 AM
SiberForum SiberForum is offline
Web Hosting Master
 
Join Date: Dec 2007
Posts: 3,612
Are you trying to upload that to your existing web hosting account? Maybe your have used all storage limits now and that prevent you upload your next file?

Reply With Quote
  #7  
Old 11-12-2010, 05:00 AM
jNive jNive is offline
Design and Hosting Solutions
 
Join Date: May 2005
Location: New York
Posts: 736
there are 3 settings to increase, not just 1
upload max size = 20M (default 2M)
post max size >= 22M (default 8M)
memory max size >= 32M
for example

__________________
Perigee Global Corporation
Design, Development and Hosting Solutions
Dedicated Servers, CDN, Hosted E-Mail, Web Hosting, VPS & Cloud Servers
1.212.400-7632 www.perigeeglobal.com

Reply With Quote
  #8  
Old 11-12-2010, 05:06 AM
stubrud stubrud is offline
WHT Addict
 
Join Date: Jan 2005
Posts: 156
what does your post max size say? NOT upload max size

__________________
stubrud.com since 2002
lauching new services soon at webservere.no

Reply With Quote
  #9  
Old 11-12-2010, 05:10 AM
chetantech chetantech is offline
Temporarily Suspended
 
Join Date: May 2010
Posts: 57
Yes, I have selected a unlimited quota of the disk and currently I am using 2445 M of the disk

Thanks

Reply With Quote
  #10  
Old 11-12-2010, 05:13 AM
chetantech chetantech is offline
Temporarily Suspended
 
Join Date: May 2010
Posts: 57
I have checked post max size also it shows
# cat php.ini

post_max_size = 20M
upload_max_filesize= 20M
max_execution_time=1200

Thanks for the help

Reply With Quote
  #11  
Old 11-12-2010, 05:13 AM
SiberForum SiberForum is offline
Web Hosting Master
 
Join Date: Dec 2007
Posts: 3,612
Quote:
Originally Posted by chetantech View Post
Yes, I have selected a unlimited quota of the disk and currently I am using 2445 M of the disk

Thanks
I suppose that would be better to ask your web host to check that from their end. That should help you speedup the problem solving.
In any case good luck to you.

Reply With Quote
  #12  
Old 11-12-2010, 05:16 AM
stubrud stubrud is offline
WHT Addict
 
Join Date: Jan 2005
Posts: 156
and you did restart httpd after edit php.ini?

__________________
stubrud.com since 2002
lauching new services soon at webservere.no

Reply With Quote
  #13  
Old 11-12-2010, 05:46 AM
chetantech chetantech is offline
Temporarily Suspended
 
Join Date: May 2010
Posts: 57
Yes restarted httpd after edit php.ini

Reply With Quote
  #14  
Old 11-12-2010, 05:54 AM
stubrud stubrud is offline
WHT Addict
 
Join Date: Jan 2005
Posts: 156
it might be more than one php.ini file. made that mistake before myself

__________________
stubrud.com since 2002
lauching new services soon at webservere.no

Reply With Quote
  #15  
Old 11-12-2010, 06:04 AM
chetantech chetantech is offline
Temporarily Suspended
 
Join Date: May 2010
Posts: 57
I have checked there is no another php.ini file.

Thanks

Reply With Quote
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
Image Upload Help GamezTown.Com Programming Discussion 1 03-12-2006 01:13 AM
Image Upload Script blindchild02 Employment / Job Offers 3 01-07-2006 11:22 PM
Image Upload Software phonlinesolutions Hosting Software and Control Panels 1 01-23-2005 04:25 AM
image-upload.net Wehodef Domain Name Offers 8 12-20-2004 04:26 AM
PHP Image Upload Davros Programming Discussion 1 01-23-2004 12:59 AM

Related posts from TheWhir.com
Title Type Date Posted
Customer Feature: How EdgeCast Delivers One Billion Imgur Images Each Day Web Hosting News 2012-05-31 12:22:36
Web Hosting Company Server Intellect Adds Support for WebMatrix Website Building Software Web Hosting News 2012-03-14 12:53:32
ViaWest Launches KINECTed Cloud Hosting, Offering Choice of VMware or Xen Hypervisor Web Hosting News 2011-11-01 15:18:12
Web Host SoftLayer Launches Public Image Repository for Cloud Templates Web Hosting News 2011-06-08 14:56:19
Apple to Announce Details on Cloud Computing Service Next Week Web Hosting News 2011-05-31 16:16:42


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?