http://support.microsoft.com/default.aspx?scid=kb;EN-US;q260694

Found it! you can write a loop program real quick to see how many characters
all the values and variables would take. then you could request them to
increase their request buffer value to accomidate you. Good luck with that
though :P.

http://groups.google.com/groups?q=url+size+limit+iis&hl=en&selm=XkiilP6wBHA.
2152%40cpmsftngxa09&rnum=1


Anthony Petruzzi
Webmaster
954-321-4703
[EMAIL PROTECTED]
http://www.sheriff.org


-----Original Message-----
From: Diana Nichols [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 15, 2002 12:53 PM
To: CF-Talk
Subject: RE: automatically submit form - Sorry


Good thought...unfortunately the form has about 300 fields, and could well
exceed the url size limit.

D

************************
Diana Nichols
Webmistress
http://www.lavenderthreads.com
770.434.7374


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 15, 2002 12:38 PM
To: CF-Talk
Subject: RE: automatically submit form - Sorry


can the form accept a "get" method. if so then what you can do is just pass
all the value through the url. without cfhttp, i don't think you can do a
post method.

Anthony Petruzzi
Webmaster
954-321-4703
[EMAIL PROTECTED]
http://www.sheriff.org


-----Original Message-----
From: Diana Nichols [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 15, 2002 12:37 PM
To: CF-Talk
Subject: RE: automatically submit form - Sorry


Sorry...I forgot to mention that I can't use CFHTTP - we scrapped that idea
so long ago I'd forgotten about it - but the client has challenge/response
security on their server....so it doesn't work.

D


************************
Diana Nichols
Webmistress
http://www.lavenderthreads.com
770.434.7374


-----Original Message-----
From: Jim McAtee [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 15, 2002 12:12 PM
To: CF-Talk
Subject: Re: automatically submit form


<cfhttp url=http://www.somewhere.com/cgi-bin/whatever
        method="post">

  <cfhttpparam ...>

</cfhttp>

Jim


----- Original Message -----
From: "Diana Nichols" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 15, 2002 9:58 AM
Subject: automatically submit form


> I am generating a form to submit to a remote application....and I need
to
> have the form submit automatically.
>
> Here's the tricky part....this will be run as a scheduled event, so
there
> won't be a browser open to run JS.....
>
> Is there another way to have the form submit itself?
>
> TIA!
> D
>
> ************************
> Diana Nichols
> Webmistress
> http://www.lavenderthreads.com
> 770.434.7374





______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to