Discussion:
How can I submit more than 2000 items of data?
aesbovis
2013-08-19 06:55:50 UTC
Permalink
Hello there
I am making a little web-based-tool for our studio to progress a large
amount of data, more than 2000 items, but it seems there is a length limit
of 1000 to $_POST.

How can I submit all of the items in one time?

Thank you!
aesbovis
--
*Anywhere @aesbovis!*
Mihai Anghel
2013-08-19 08:30:01 UTC
Permalink
Check this http://www.php.net/manual/en/ini.core.php#ini.post-max-size
Post by aesbovis
Hello there
I am making a little web-based-tool for our studio to progress a large
amount of data, more than 2000 items, but it seems there is a length limit
of 1000 to $_POST.
How can I submit all of the items in one time?
Thank you!
aesbovis
--
Jan Ehrhardt
2013-08-19 09:09:26 UTC
Permalink
Post by Mihai Anghel
Check this http://www.php.net/manual/en/ini.core.php#ini.post-max-size
Keyword: max_input_vars.

Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
aesbovis
2013-08-19 09:47:16 UTC
Permalink
T
hank you, it works now.
Post by Jan Ehrhardt
Post by Mihai Anghel
Check this http://www.php.net/manual/en/ini.core.php#ini.post-max-size
Keyword: max_input_vars.
Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
*Anywhere @aesbovis!*
Szopen Xiao
2013-08-19 08:32:15 UTC
Permalink
you can use JSON post
Post by aesbovis
Hello there
I am making a little web-based-tool for our studio to progress a large
amount of data, more than 2000 items, but it seems there is a length limit
of 1000 to $_POST.
How can I submit all of the items in one time?
Thank you!
aesbovis
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
aesbovis
2013-08-19 09:49:09 UTC
Permalink
I know Javascript can solve it, but I don't want to use Js.
Thank you all the same.
Post by Szopen Xiao
you can use JSON post
Post by aesbovis
Hello there
I am making a little web-based-tool for our studio to progress a large
amount of data, more than 2000 items, but it seems there is a length
limit
Post by aesbovis
of 1000 to $_POST.
How can I submit all of the items in one time?
Thank you!
aesbovis
--
--
*Anywhere @aesbovis!*
Stuart Dallas
2013-08-19 09:54:57 UTC
Permalink
Post by aesbovis
I know Javascript can solve it, but I don't want to use Js.
Thank you all the same.
I know you've had the right answer, but I think it's worth pointing out that use of JSON in no way requires Javascript, despite its name.

-Stuart
--
Stuart Dallas
3ft9 Ltd
http://3ft9.com/
Post by aesbovis
Post by Szopen Xiao
you can use JSON post
Post by aesbovis
Hello there
I am making a little web-based-tool for our studio to progress a large
amount of data, more than 2000 items, but it seems there is a length
limit
Post by aesbovis
of 1000 to $_POST.
How can I submit all of the items in one time?
Thank you!
aesbovis
--
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Matijn Woudt
2013-08-19 14:56:44 UTC
Permalink
Post by Stuart Dallas
Post by aesbovis
I know Javascript can solve it, but I don't want to use Js.
Thank you all the same.
I know you've had the right answer, but I think it's worth pointing out
that use of JSON in no way requires Javascript, despite its name.
-Stuart
You might want to explain how you convert form data to JSON without
javascript?
Stuart Dallas
2013-08-19 15:20:24 UTC
Permalink
Post by Stuart Dallas
Post by aesbovis
I know Javascript can solve it, but I don't want to use Js.
Thank you all the same.
I know you've had the right answer, but I think it's worth pointing out that use of JSON in no way requires Javascript, despite its name.
-Stuart
You might want to explain how you convert form data to JSON without javascript?
PHP can do it. Ruby can do it. .NET can do it. Just because you want to use JSON in a web browser where Javascript is the go-to method, doesn't mean JSON requires Javascript.

-Stuart
--
Stuart Dallas
3ft9 Ltd
http://3ft9.com/
Matijn Woudt
2013-08-19 15:24:31 UTC
Permalink
Post by Stuart Dallas
Post by Stuart Dallas
Post by aesbovis
I know Javascript can solve it, but I don't want to use Js.
Thank you all the same.
I know you've had the right answer, but I think it's worth pointing out
that use of JSON in no way requires Javascript, despite its name.
-Stuart
You might want to explain how you convert form data to JSON without javascript?
PHP can do it. Ruby can do it. .NET can do it. Just because you want to
use JSON in a web browser where Javascript is the go-to method, doesn't
mean JSON requires Javascript.
-Stuart
Yes, of course they can do it, but then you first need to submit the POST
data (which he could not do because of the above). Javascript is more or
less the only way to do it (yes I know Flash....)
Stuart Dallas
2013-08-19 15:32:46 UTC
Permalink
Post by Stuart Dallas
Post by Stuart Dallas
Post by aesbovis
I know Javascript can solve it, but I don't want to use Js.
Thank you all the same.
I know you've had the right answer, but I think it's worth pointing out that use of JSON in no way requires Javascript, despite its name.
-Stuart
You might want to explain how you convert form data to JSON without javascript?
PHP can do it. Ruby can do it. .NET can do it. Just because you want to use JSON in a web browser where Javascript is the go-to method, doesn't mean JSON requires Javascript.
-Stuart
Yes, of course they can do it, but then you first need to submit the POST data (which he could not do because of the above). Javascript is more or less the only way to do it (yes I know FlashÂ….)
I wasn't speaking to his specific issue as that was solved by an earlier response. I was just commenting that the implied intrinsic link between JSON and Javascript in what he had said does not exist.

-Stuart
--
Stuart Dallas
3ft9 Ltd
http://3ft9.com/
Tedd Sperling
2013-08-19 16:49:37 UTC
Permalink
Post by Stuart Dallas
I wasn't speaking to his specific issue as that was solved by an earlier response. I was just commenting that the implied intrinsic link between JSON and Javascript in what he had said does not exist.
-Stuart
This is similar JAVA and JavaScript confusion -- even the college where I teach didn't know the difference.

For example, several years ago, they asked me if I could teach Java-JavaScript and I answered "Sure, which one?" The administrator stood there like a dog who just heard a high note and replied "Yes, we want you to teach Java-JavaScript".

After I explained the difference, her next comment was "Which one are you certified in?"

She went from not knowing the difference to knowing that certification was required to teach it (whatever it was).

It's a wonder that anyone receives an education these days.

Cheers,

tedd

_______________
tedd sperling
***@gmail.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Robert Cummings
2013-08-19 19:06:07 UTC
Permalink
Post by Stuart Dallas
Post by Stuart Dallas
Post by Stuart Dallas
You might want to explain how you convert form data to JSON without javascript?
PHP can do it. Ruby can do it. .NET can do it. Just because you want to use JSON in a web browser where Javascript is the go-to method, doesn't mean JSON requires Javascript.
-Stuart
Yes, of course they can do it, but then you first need to submit the POST data (which he could not do because of the above). Javascript is more or less the only way to do it (yes I know Flash….)
I wasn't speaking to his specific issue as that was solved by an earlier response. I was just commenting that the implied intrinsic link between JSON and Javascript in what he had said does not exist.
Your post didn't in anyway indicate that your response had nothing to do
with his problem:

"I know you've had the right answer, but I think it's worth
pointing out that use of JSON in no way requires Javascript,
despite its name."

As such, given the requirement of POSTing over HTTP(S) and that
JavaScript is almost certainly more frequently used than ActionScript, I
think a JSON based solution was at least 50% linked to JavaScript.

:)

Cheers,
Rob
--
E-Mail Disclaimer: Information contained in this message and any
attached documents is considered confidential and legally protected.
This message is intended solely for the addressee(s). Disclosure,
copying, and distribution are prohibited unless authorized.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Loading...