Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6104947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:54:03+00:00 2026-05-23T13:54:03+00:00

I am uploading files and having trouble finding an answer to this question. Some

  • 0

I am uploading files and having trouble finding an answer to this question. Some of the time my file upload fails at move_uploaded_file() so I was told this could be a memory problem. Unfortunately there is no documentation available that I could find to answer this question.

The file I am uploading is 400mb and I set upload_max_filesize and post_max_size to 500mb. The max_execution_time and max_input_time are set to 60000 for testing purposes. My memory_limit is set to default 128mb. Should this be changed? How can you calculate the optimal balance of memory_limit vs upload_max_filesize and post_max_size for say a 400mb file?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T13:54:03+00:00Added an answer on May 23, 2026 at 1:54 pm

    If the upload fails, you shouldn’t even be attempting to do a move_uploaded_file. The proper bare-bones upload handling method is

    if ($_FILES['yourfile']['error'] !== UPLOAD_ERR_OK) {
       ... upload failed, bail out
       die("Failed upload");
    }
    // got here, upload must've worked
    move_uploaded_file(...);
    

    The error codes are detailed here, and will tell you if the file was too large to handle due to PHP settings.

    As for the PHP settings themselves. Your post_max_size should be the largest allowable file size, plus whatever other data you’re submitting alongside the file upload. memory_limit must be larger than the max file size, plus extra to allow for script overhead. PHP’s execution time limits do not come into play for uploads, as the script timers are not started until AFTER the upload is completed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is a trivial question, but for some reason I am having trouble with
This question originally asked which is the best method for uploading files via SFTP
I am having trouble uploading a file size over 4 MB. I've tried adding <httpRuntime
Hello all I am having trouble uploading my blackberry alx file to the blackberry.
I'm having some trouble uploading images to my server via RestSharp. I have a
i am having an form for uploading an excel file like <form enctype=multipart/form-data action=http://localhost/joomla/Joomla_1.5.7/index.php?option=com_jumi&fileid=7
I have 2 files namely: uploading.php emaillinks.php both include a file inc.php which has
I am having an issue when uploading files to tomcat. It seems that tomcat
I am currently uploading files in ActionScript 3 using the upload() method of the
I'm having a problem here trying to upload a file with powershell. What I'm

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.