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 6873797
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:06:53+00:00 2026-05-27T04:06:53+00:00

i get the following errors ( ! ) Notice: Undefined index: file in C:\wamp\www\upload_file.php

  • 0

i get the following errors

     ( ! ) Notice: Undefined index: file in C:\wamp\www\upload_file.php on line 18 Call Stack
#   Time    Memory  Function    Location 1  0.0003  377944  {main}( )   ..\upload_file.php:0

( ! ) Notice: Undefined index: file in C:\wamp\www\upload_file.php on line 24 Call Stack
#   Time    Memory  Function    Location 1  0.0003  377944  {main}( )   ..\upload_file.php:0 Upload:

( ! ) Notice: Undefined index: file in C:\wamp\www\upload_file.php on line 25 Call Stack
#   Time    Memory  Function    Location 1  0.0003  377944  {main}( )   ..\upload_file.php:0 Type:

( ! ) Notice: Undefined index: file in C:\wamp\www\upload_file.php on line 26 Call Stack
#   Time    Memory  Function    Location 1  0.0003  377944  {main}( )   ..\upload_file.php:0 Size: 0 Kb

( ! ) Notice: Undefined index: file in C:\wamp\www\upload_file.php on line 27 Call Stack
#   Time    Memory  Function    Location 1  0.0003  377944  {main}( )   ..\upload_file.php:0 Temp file:

( ! ) Notice: Undefined index: file in C:\wamp\www\upload_file.php on line 29 Call Stack
#   Time    Memory  Function    Location 1  0.0003  377944  {main}( )   ..\upload_file.php:0

( ! ) Notice: Undefined index: file in C:\wamp\www\upload_file.php on line 31 Call Stack
#   Time    Memory  Function    Location 1  0.0003  377944  {main}( )   ..\upload_file.php:0 already exists.

now the file that handles the fileupload
is the following

?php session_start();

ini_set('memory_limit', "400M");
ini_set('max_execution_time', "900");
ini_set('upload_max_filesize', "400M");
ini_set('post_max_size', "400M");



$user=$_SESSION['MM_Username'];

$path="video". "\\" . $user . "\\";

if(!(is_dir($path))){
mkdir(dirname(__FILE__) . "\\". $path,0777);
}

  if ($_FILES["file"]["error"] > 0)
    {
    echo "Return Code: " . $_FILES["file"]["error"] . "<br />";
    }
  else
    {
    echo "Upload: " . $_FILES["file"]["name"] . "<br />";
    echo "Type: " . $_FILES["file"]["type"] . "<br />";
    echo "Size: " . ($_FILES["file"]["size"] / 1024) . " Kb<br />";
    echo "Temp file: " . $_FILES["file"]["tmp_name"] . "<br />";

    if (file_exists($path . $_FILES["file"]["name"]))
      {
      echo $_FILES["file"]["name"] . " already exists. ";
      }
    else
      {
      move_uploaded_file($_FILES["file"]["tmp_name"],
      $path. $_FILES["file"]["name"]);
      echo "Stored !";
      }
    }

?> 

if i try to upload a picture everything is fine , but when i try to upload a 300MB movieclip it gives the errors i posted above , i’ve changed the php.ini file on my wamp server that it allows bigger files to upload but still no result
anyone got an idea of whats going wrong?

  • 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-27T04:06:53+00:00Added an answer on May 27, 2026 at 4:06 am

    You are missing the enctype attribute on your form.

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

Sidebar

Related Questions

Using adLDAP.php class receiving following error: Notice: Undefined index: memberof in /web/ee_web/include/adLDAP.php on line
I get the following errors when viewing my Admin Index Notice (8): Undefined property:
I get the following errors on my app: Notice (8): Undefined variable: session [APP/views/layouts/admin_default.ctp,
After downgrading* symfony-standard to 2.0.4 I get following error: Notice: Undefined index: locale in
I have the following controller, and I get the error Notice (8): Undefined property:
I'm following the lithium facebook connect tutorial http://www.shift8creative.com/blog/facebook-connect-and-lithium I get the following errors when
When I try to serialize class with protected members, I get the following errors:
For the following header I get the same two errors on all my sitemaps.
I want to do the following,but I get errors: procedure JumpToCodeCave(CurrentLocation:DWORD;Destination:Pointer;out_JmpBack:Pointer); var calc:DWORD; jmppatch:Array[0..3]
I tried the following code. Although I don't get any errors, it did not

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.