Don't what the max is, but last year I made an app that used to
upload elements of a webpage, including jpegs up to 150 Kb.
At the other side (on the server) was a MC cgi app whose task
was to receive the elements, save them in the right directories
and build the final webpage.

Don't know if that helps, although I suggest to break the content
into smaller chunks, and build a custom protocol to identify each
chunk while posting it, and then re-organize the whole data.
Furthermore, even if huge amounts of data could be posted (in theory),
I'm not sure that any server would hold the connexion until all data
are received...

JB

> What is the maximum size of data that can be sent with the POST command?
>
> --
>   Richard Gaskin
>   Fourth World Media Corporation
>   ___________________________________________________________
>   [EMAIL PROTECTED]  http://www.FourthWorld.com/rev/
>
> _______________________________________________
> use-revolution mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to