Jump to content

Flie Upload Max. File Size


gnome
 Share

Recommended Posts

Hi

I'm having trouble adding PDFs to my page. They are large files - up to 50Mb. They appear to be failing - the progress bar gets stuck on 99%. I have tried adding

upload_max_filesize = 100M

post_max_size = 100M

to php.ini, but no luck. Has anyone else had this and found a solution?

Thanks!

Link to comment
Share on other sites

  • 10 months later...

I'm by far not an expert at this.

But it seems to me that memory limit should at least double your 90Mb.

Next to that max_input_time is way to less if you asked me.

Our internet connection is not that great. It would take 12 minutes (720 seconds) for us to upload 90Mb if there's no interuption

  • Like 1
Link to comment
Share on other sites

I think Martijn is right and this really is a memory_limit issue. Especially if that file is an image, as it'll have to be processed to generate a thumbnail too. And once uncompressed for processing, a 90 MB image is going to be quite large. Even if not an image, 128 MB is still too little for this situation. I would bump it to 256. 

  • Like 1
Link to comment
Share on other sites

  • 1 year later...

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...