you do need to make sure in your form you use enctype="multipart/form-data"
other then that you should be good to go.


<form action="Program_Image_Action.cfm"
      method=post
      enctype="multipart/form-data"
      name="InsertProgram">

-paul

Web Developer, NBBJ
Work:   [EMAIL PROTECTED]
        614 241-3534
fax:    614 485-5534

Home:   [EMAIL PROTECTED]
        614 449-1681

> icq:  47658358
> 
> -----Original Message-----
> From: Chad Gray [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, February 19, 2001 8:54 AM
> To:   CF-Talk
> Subject:      CFFile
> 
> Im using <input name="FileName" type=FILE> and CFFile for the processing.
> 
> Do i need to open a port on the router other then 80?
> 
> 
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to