>I've never used 'FORM.fileField' before, may a change to just 'fileField' >would change things? > >Do you check that there is a file being posted? > >You can check a value was given with > ><cfif Trim(FORM.fileField) NEQ ""> > >but there's no checking you can do on the data being sent so wrap the cffile >tag in a cftry/cfcatch block. > >Also, you didn't mention it was cfform but I don't know if that maes a >difference. > >Ade Thanks for the help, Ade. Basically the form records details of where the file is stored on the server. The file is uploaded simultaneously. It works fine on localhost but has refused to work when I try to upload to the remote CF server.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:15:662 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
