Cffile filefield error?

this is the error from lucee:

Lucee 4.5.3.005 Error (application)
Message form field [myimage] is not a file field.
Stacktrace The Error Occurred in
C:\www\wfbsusa.com\LevyTaxCollector_admin\ssi\slideshow.cfm: line 51

49:

50: #message#

51:
52:
53:

Methinks you didn’t put enctype="multipart/form-data” in your form?

Otherwise without code, can’t help you much.

MD> On 25 Feb 2016, at 14:05, Bill Foresman <@Bill_Foresman> wrote:

this is the error from lucee:

Lucee 4.5.3.005 Error (application)
Message form field [myimage] is not a file field.
Stacktrace The Error Occurred in
C:\www\wfbsusa.com\LevyTaxCollector_admin\ssi\slideshow.cfm: line 51 <>
49:

50: #message#

51:
52:
53:


Love Lucee? Become a supporter and be part of the Lucee project today! - http://lucee.org/supporters/become-a-supporter.html http://lucee.org/supporters/become-a-supporter.html

You received this message because you are subscribed to the Google Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+unsubscribe@googlegroups.com mailto:lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com mailto:lucee@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/b54cbb46-0a9c-4c72-965d-0ce77c220134%40googlegroups.com https://groups.google.com/d/msgid/lucee/b54cbb46-0a9c-4c72-965d-0ce77c220134%40googlegroups.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout https://groups.google.com/d/optout.

Well
that is not how you use the tag. So there is that.

The cffile tag will RECEIVE the form post. You probably want a in there instead.

<cffile> :: Lucee Documentation http://docs.lucee.org/reference/tags/file.html

Regards

MD> On 25 Feb 2016, at 14:10, Bill Foresman <@Bill_Foresman> wrote:

I’m sure it’s something simple but that’s in there:


#message#

On Thursday, February 25, 2016 at 9:05:53 AM UTC-5, Bill Foresman wrote:
this is the error from lucee:

Lucee 4.5.3.005 Error (application)
Message form field [myimage] is not a file field.
Stacktrace The Error Occurred in
C:\www\wfbsusa.com\LevyTaxCollector_admin\ssi\slideshow.cfm: line 51 <>
49:

50: #message#

51:
52:
53:


Love Lucee? Become a supporter and be part of the Lucee project today! - http://lucee.org/supporters/become-a-supporter.html http://lucee.org/supporters/become-a-supporter.html

You received this message because you are subscribed to the Google Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an email to lucee+unsubscribe@googlegroups.com mailto:lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com mailto:lucee@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/lucee/bc44ab4a-3a6f-4372-bede-f6ebfbac15c3%40googlegroups.com https://groups.google.com/d/msgid/lucee/bc44ab4a-3a6f-4372-bede-f6ebfbac15c3%40googlegroups.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout https://groups.google.com/d/optout.

You’d do well to look at the example code on the very page you just linked
to.On Thursday, 25 February 2016 14:20:46 UTC, Bill Foresman wrote:

Isn’t this what uploads a file to the server???

http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-738f.html

On Thursday, February 25, 2016 at 9:05:53 AM UTC-5, Bill Foresman wrote:

this is the error from lucee:

Lucee 4.5.3.005 Error (application)
Message form field [myimage] is not a file field.
Stacktrace The Error Occurred in
C:\www\wfbsusa.com\LevyTaxCollector_admin\ssi\slideshow.cfm: line 51

49:

50: #message#

51:
52:
53:

Isn’t this what uploads a file to the server???

http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-738f.htmlOn Thursday, February 25, 2016 at 9:05:53 AM UTC-5, Bill Foresman wrote:

this is the error from lucee:

Lucee 4.5.3.005 Error (application)
Message form field [myimage] is not a file field.
Stacktrace The Error Occurred in
C:\www\wfbsusa.com\LevyTaxCollector_admin\ssi\slideshow.cfm: line 51

49:

50: #message#

51:
52:
53:

I’m sure it’s something simple but that’s in there:



#message#
On Thursday, February 25, 2016 at 9:05:53 AM UTC-5, Bill Foresman wrote: > > this is the error from lucee: > > Lucee 4.5.3.005 Error (application) > Message form field [myimage] is not a file field. > Stacktrace The Error Occurred in > *C:\www\wfbsusa.com\LevyTaxCollector\_admin\ssi\slideshow.cfm: line 51* > > 49: message="A title is required." required="Yes" size="15" maxlength="50">
> 50: #message#
> *51: destination="../data1/images" nameconflict="overwrite" accept="image/jpg">* > 52: > 53: > >