|
Hey Aaron, One question at a time... > Is there a limit to the amount of characters that can be in an HTML field? Form fields in HTML can be sized and maxed according to your own specifications, as long as you're using the POST method for data transmission. > So I am wondering first off if we are going to run into trouble if we have > a lot of <Client>'s in one form submission, and second, am I going about > transferring XML in a totally wrong fashion? I have to admit that I don't know a ton about XML, but considering an XML document is a file in and of itself, why would you have them input the XML into a form like that? I might not have the right idea on what you're doing, but the best way for them to get the data to you would just be to send you the file (also possible through a form), and then run it through your XML parser server-side. This way, you don't need to worry about fields, and you have a complete and intact file to work with. Am I on the right track? - Erik http://www.baron-inc.net
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.