Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this messageUtada 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)
Post Follow-up to this messageThere 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 > >
Post Follow-up to this messageNot file upload just a user provided text only
Post Follow-up to this messageUtada 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)
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.