Uploadin Files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fire Juggler

    Uploadin Files

    Hi Guys,
    I have a script that will upload some stuff, it will upload a file that's
    148kbs but wen i try to upload something that is 2.17MBs it fails.
    Why is this the case?
    Thanks

    --
    Kathryn (Fire Juggler)




  • Shelly

    #2
    Re: Uploadin Files


    "Fire Juggler" <firejuggler@fi rejugglers.34sp .com> wrote in message
    news:dacdj7$165 $1@newsg3.svr.p ol.co.uk...[color=blue]
    > Hi Guys,
    > I have a script that will upload some stuff, it will upload a file that's
    > 148kbs but wen i try to upload something that is 2.17MBs it fails.
    > Why is this the case?
    > Thanks[/color]

    What is the value of your hidden variable MAX_FILE_SIZE? It is probably
    greater than 148000 but less than 2170000.

    Shelly


    Comment

    • Fire Juggler

      #3
      Re: Uploadin Files

      i haven't set a max file size.

      thanks

      --
      Kathryn (Fire Juggler)


      "Shelly" <sheldonlg.news @asap-consult.com> wrote in message
      news:CtqdnUBKpO T1elTfRVn-uA@comcast.com. ..[color=blue]
      >
      > "Fire Juggler" <firejuggler@fi rejugglers.34sp .com> wrote in message
      > news:dacdj7$165 $1@newsg3.svr.p ol.co.uk...[color=green]
      > > Hi Guys,
      > > I have a script that will upload some stuff, it will upload a file[/color][/color]
      that's[color=blue][color=green]
      > > 148kbs but wen i try to upload something that is 2.17MBs it fails.
      > > Why is this the case?
      > > Thanks[/color]
      >
      > What is the value of your hidden variable MAX_FILE_SIZE? It is probably
      > greater than 148000 but less than 2170000.
      >
      > Shelly
      >
      >[/color]


      Comment

      • Shelly

        #4
        Re: Uploadin Files


        "Fire Juggler" <firejuggler@fi rejugglers.34sp .com> wrote in message
        news:dadld2$n2k $1@news6.svr.po l.co.uk...[color=blue]
        >i haven't set a max file size.
        >
        > thanks
        >[/color]

        Go to http://us2.php.net/manual/en/ini.cor...d-max-filesize

        In there it shows that the default setting for the maximum file size is 2
        megabytes.

        Shelly



        Comment

        • Arun

          #5
          Re: Uploadin Files

          File juggler

          You have to set your MAX_FILE_SIZE in your php.ini file.

          Arun

          Comment

          • Fire Juggler

            #6
            Re: Uploadin Files

            where do i find my php.ini file?
            Thanks
            --
            Kathryn (Fire Juggler)




            "Arun" <arun.iit@gmail .com> wrote in message
            news:1120566912 .534146.180410@ o13g2000cwo.goo glegroups.com.. .[color=blue]
            > File juggler
            >
            > You have to set your MAX_FILE_SIZE in your php.ini file.
            >
            > Arun
            >[/color]


            Comment

            • Shelly

              #7
              Re: Uploadin Files

              Since, as you say, you are the server, where did you install PHP into?
              Otherwise, simply do a search of your directory structure.

              Shelly

              "Fire Juggler" <firejuggler@fi rejugglers.34sp .com> wrote in message
              news:daf4c9$3kc $1@newsg1.svr.p ol.co.uk...[color=blue]
              > where do i find my php.ini file?
              > Thanks
              > --
              > Kathryn (Fire Juggler)
              > http://www.firejugglers.34sp.com
              > http://www.cornwalljugglers.co.uk
              >
              >
              > "Arun" <arun.iit@gmail .com> wrote in message
              > news:1120566912 .534146.180410@ o13g2000cwo.goo glegroups.com.. .[color=green]
              >> File juggler
              >>
              >> You have to set your MAX_FILE_SIZE in your php.ini file.
              >>
              >> Arun
              >>[/color]
              >
              >[/color]


              Comment

              Working...