that's because arguments.uploadedfile needs to be:
arguments.uploadedfile = "form.filefield";
Again, the name of the FORM variable.
Jeffry Houser wrote:
I have done this by passing in the name of the field as a string and referencing it like this: form["#fieldname#"] in the CFC.
It appears you cannot pass in the form field and reference it as "arguments.uploadedfile"
This technically breaks encapsulation. I couldn't get it to work any other way, though. ( passing in the full form scope would work sort of I guess )
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
