If you've got enough data that you're worried about limits, and the data is
consistent (i.e. same number of fields for each package), you might just go
the write-the-text-file-upload-it-parse-it route right off the bat. Parsing
a file like that would be cake on the other end thanks to the consistency of
the data. Having one machine submit numerous forms to another to upload your
data is kinda inefficient.

--Scott

----- Original Message -----
From: "Geoff Hoffman" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, February 23, 2001 3:15 PM
Subject: Data Size Limit for Form Variables


> Hello Listers,
>
> We are working on a project that will use CF and SQL as the backend
> to a kiosk application that we are building. The kiosk(s -- hundreds
> to thousands of them) will need to periodically call home, connect
> to the  server and upload information about itself, like weekly error
> logs for example. My question is:
>
> Is there a limit to the amount of data that can be sent via the FORM
> scope, not in each variable, but in total? Or put another way, at
> what point do you decide to write a text file on the client side
> and upload it, then act on that with a CGI application, versus parsing
> FORM variables with CFML ?
>
> Does this make sense?
>
> TIA & Best Regards,
>
> Geoff Hoffman
> [EMAIL PROTECTED]
>
>
>
>
>
>
>
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to