Results 1 to 3 of 3

Thread: POST limit?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2005
    Posts
    1,547

    POST limit?

    I was wondering if there was a limit of data you could send through POST? Also whats the best way to send lots of data sort of like uploading a file? Because when sending lots of data becomes problems because if there is a & it splits it up because of how POST works.

  2. #2
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: POST limit?

    I think by default, the limit is 2MB for POST. You can change that in the php.ini file of your server. There is also a max_file_size (something like that) option that you need to set to a larger value if you are specifically uploading files (and not just sending data).


    Has someone helped you? Then you can Rate their helpful post.

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: POST limit?

    Quote Originally Posted by high6
    Because when sending lots of data becomes problems because if there is a & it splits it up because of how POST works.
    If you are sending a raw POST body you need to use the urlencode function.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width