|
Home > Archive > IIS ASP > December 2004 > Handle large number of form data
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Handle large number of form data
|
|
| Utada P.W. SIU 2004-12-29, 2:48 am |
| I know that MS have limited the form data size which about 100k
however, I need submit a data that may be less or more than 100k, such as
500k
I have found a code that using x-www-form-urlencoded
read the form data as binary code
than using ADODB.stream to convert back to string and display it out
but, that solution cannot handle chinese word, any idea on it?
thanks
| |
| Evertjan. 2004-12-29, 7:49 am |
| Utada P.W. SIU wrote on 29 dec 2004 in
microsoft.public.inetserver.asp.general:
> I know that MS have limited the form data size which about 100k
>
> however, I need submit a data that may be less or more than 100k, such as
> 500k
Use file upload?
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
| |
| Mark Schupp 2004-12-29, 5:54 pm |
| There seems to be some conflicting information out there see:
http://www.aspfaq.com/show.asp?id=2223 for one side of the issue and
http://support.microsoft.com/defaul...kb;en-us;273482 for the
other.
--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"Utada P.W. SIU" <wing0508@hotmail.com> wrote in message
news:uzKo9uV7EHA.1564@TK2MSFTNGP09.phx.gbl...
>I know that MS have limited the form data size which about 100k
>
> however, I need submit a data that may be less or more than 100k, such as
> 500k
>
> I have found a code that using x-www-form-urlencoded
> read the form data as binary code
> than using ADODB.stream to convert back to string and display it out
>
> but, that solution cannot handle chinese word, any idea on it?
>
> thanks
>
>
| |
| Utada P.W. SIU 2004-12-30, 2:47 am |
| Not file upload
just a user provided text only
| |
| Evertjan. 2004-12-30, 7:56 am |
| Utada P.W. SIU wrote on 30 dec 2004 in
microsoft.public.inetserver.asp.general:
> Not file upload
>
> just a user provided text only
This is usenet, not email,
so please quote a relevant part of the posting you reply on.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
|
|
|
|
|