Ah!  The allaire forums didn't time out on my search and we have an
answer!!!

NTLM and and "multipart/form-data" don't work in IE (and you can't use NTLM
in netscape).

Once you start using NTLM, the form elements are no longer passed to the
file specified in the ACTION attribute of the form tag.

At least I am not crazy!

Sincerely,
Shawnea Carter
----- Original Message -----
From: Carter Development <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 28, 2000 10:06 PM
Subject: Re: Form not passing variables - better format.


> Exactly.  Me too on several different servers.  It has to be some kind of
> security issue.
>
> They are running NT, IIS and in this particular area are using NT
security.
>
> Sincerely,
> Shawnea Carter
> ----- Original Message -----
> From: Ron Anderson <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, March 28, 2000 10:10 PM
> Subject: RE: Form not passing variables - better format.
>
>
> > I was able to resolve #form.image# to the image path using the code you
> > posted
> >
> > -----Original Message-----
> > From: Carter Development [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, March 28, 2000 6:32 PM
> > To: [EMAIL PROTECTED]
> > Subject: Form not passing variables - better format.
> >
> >
> > I have an odd situation - so simple that I cannot believe that it is
> giving
> > me trouble:
> >
> > I have an upload an image type of form:
> >
> > <!---snip--->
> >
> > <form action="imageupload2.cfm?imgpath=#imgpath#"
> > enctype="multipart/form-data" method="post">
> > <input type="file" name="image" size="30"><br><input type="submit"
> > value="upload">
> > </form>
> >
> > <!---end snip--->
> >
> > The action portion isn't working so I backtracked to the most basic
level:
> > Is the form data getting through . . .  So I changed my action page to a
> > simple:
> >
> > <cfoutput>#form.image#</cfoutput>
> >
> > Cannot resolve.
> >
> > Any thoughts?
> >
> > Now this is a script that has worked on NUMEROUS other servers.
> >
> > TIA
> >
> > Sincerely,
> > Shawnea Carter
> >
> >
> >
>
> --------------------------------------------------------------------------
> --
> > --
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > the body.
> >
>
> --------------------------------------------------------------------------
> ----
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
>
> --------------------------------------------------------------------------
----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to