Click to See Complete Forum and Search --> : POST limit?
high6
Feb 5th, 2008, 12:46 PM
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.
manavo11
Feb 15th, 2008, 08:01 AM
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).
penagate
Feb 15th, 2008, 07:34 PM
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.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.