upload file

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

    upload file

    Hello,

    i m using apache server and php 5.2.2-3 i need to upload fle well that
    part i did, the problem is i can upload a file of limit that is less
    then 2mb i can't upload file that as more then 2 mb size,
    how to solve this problem is i need to change any thing in m
    code......




    Thanks
    VM
  • Captain Paralytic

    #2
    Re: upload file

    On 11 Jul, 15:52, BigZero <vijaymajagaon. ..@gmail.comwro te:
    Hello,
    >
    i m using apache server and php 5.2.2-3 i need to upload fle well that
    part i did, the problem is i can upload a file of  limit that is less
    then 2mb i can't upload file that as more then 2 mb size,
     how to solve this problem is i need to change any thing in m
    code......
    >
    Thanks
    VM
    Try searching that Google thing for

    php apache file upload limit

    Comment

    • BigZero

      #3
      Re: upload file

      On Jul 11, 7:58 pm, Captain Paralytic <paul_laut...@y ahoo.comwrote:
      On 11 Jul, 15:52, BigZero <vijaymajagaon. ..@gmail.comwro te:
      >
      Hello,
      >
      i m using apache server and php 5.2.2-3 i need to upload fle well that
      part i did, the problem is i can upload a file of limit that is less
      then 2mb i can't upload file that as more then 2 mb size,
      how to solve this problem is i need to change any thing in m
      code......
      >
      Thanks
      VM
      >
      Try searching that Google thing for
      >
      php apache file upload limit
      thanks

      VM

      Comment

      • BigZero

        #4
        Re: upload file

        On Jul 11, 8:09 pm, BigZero <vijaymajagaon. ..@gmail.comwro te:
        On Jul 11, 7:58 pm, Captain Paralytic <paul_laut...@y ahoo.comwrote:
        >
        >
        >
        On 11 Jul, 15:52, BigZero <vijaymajagaon. ..@gmail.comwro te:
        >
        Hello,
        >
        i m using apache server and php 5.2.2-3 i need to upload fle well that
        part i did, the problem is i can upload a file of limit that is less
        then 2mb i can't upload file that as more then 2 mb size,
        how to solve this problem is i need to change any thing in m
        code......
        >
        Thanks
        VM
        >
        Try searching that Google thing for
        >
        php apache file upload limit
        >
        thanks
        >
        VM
        Thanks man i got that solution for that.
        just go and edit the /etc/php.ini upload_max_file size = 2M





        Thanks
        VM

        Comment

        • Paul Lautman

          #5
          Re: upload file

          BigZero wrote:
          On Jul 11, 8:09 pm, BigZero <vijaymajagaon. ..@gmail.comwro te:
          >On Jul 11, 7:58 pm, Captain Paralytic <paul_laut...@y ahoo.comwrote:
          >>
          >>
          >>
          On 11 Jul, 15:52, BigZero <vijaymajagaon. ..@gmail.comwro te:
          >>
          Hello,
          >>
          i m using apache server and php 5.2.2-3 i need to upload fle
          well that part i did, the problem is i can upload a file of
          limit that is less then 2mb i can't upload file that as more
          then 2 mb size, how to solve this problem is i need to change
          any thing in m code......
          >>
          Thanks
          VM
          >>
          Try searching that Google thing for
          >>
          php apache file upload limit
          >>
          >thanks
          >>
          >VM
          >
          Thanks man i got that solution for that.
          just go and edit the /etc/php.ini upload_max_file size = 2M
          >
          >
          >
          >
          >
          Thanks
          VM
          Maybe next time it will occur to you to do that sort of search before you
          bother posting here!


          Comment

          • BigZero

            #6
            Re: upload file

            On Jul 11, 11:44 pm, "Paul Lautman" <paul.laut...@b tinternet.com>
            wrote:
            BigZero wrote:
            On Jul 11, 8:09 pm, BigZero <vijaymajagaon. ..@gmail.comwro te:
            On Jul 11, 7:58 pm, Captain Paralytic <paul_laut...@y ahoo.comwrote:
            >
            On 11 Jul, 15:52, BigZero <vijaymajagaon. ..@gmail.comwro te:
            >
            Hello,
            >
            i m using apache server and php 5.2.2-3 i need to upload fle
            well that part i did, the problem is i can upload a file of
            limit that is less then 2mb i can't upload file that as more
            then 2 mb size, how to solve this problem is i need to change
            any thing in m code......
            >
            Thanks
            VM
            >
            Try searching that Google thing for
            >
            php apache file upload limit
            >
            thanks
            >
            VM
            >
            Thanks man i got that solution for that.
            just go and edit the /etc/php.ini upload_max_file size = 2M
            >
            Thanks
            VM
            >
            Maybe next time it will occur to you to do that sort of search before you
            bother posting here!
            yes sir, i was bit...., moment was like that i thought to post, most
            of time i search then ill post. next time i do take care of it.


            Thanks
            VM

            Comment

            Working...