Jump to content

Upload Limits?


phil.mcshee

Recommended Posts

Ok I have read a lot of posts about this. 

 

Trying to upload a new theme to my Shop and I keep getting the Upload limmit is 8MB.

 

I have changed this in both my php.ini file and also in the Adminisrtation>Preferences in the BO to 100MB

 

So where is this limit coming from, and why is the not more detailed information in the error message.

 

Phil 

Link to comment
Share on other sites

its 100% server related.

 

in your php.ini:

 

; Maximum allowed size for uploaded files.
upload_max_filesize = 40M

; Must be greater than or equal to upload_max_filesize
post_max_size = 40M

 

also see if there is no ; in-front of the line other while its quoted out.

Link to comment
Share on other sites

Ok I have read a lot of posts about this. 

 

Trying to upload a new theme to my Shop and I keep getting the Upload limmit is 8MB.

 

I have changed this in both my php.ini file and also in the Adminisrtation>Preferences in the BO to 100MB

 

So where is this limit coming from, and why is the not more detailed information in the error message.

 

Phil 

 

in phpinfo() you see your new values of maximum upload size / maximum post size?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...