I'm having weird issues with file uploading. Here's the scenario: I use a fileReference to get things ready to browse, selected, and upload a file from Flex.
I have a ColdFusion template that's using CFFILE to upload. In the CF template, for the destination in the CFFILE tag, I had hardcoded a directory, and everything worked fine. Once I changed that to being a variable instead of being hard coded, the Flex upload would fail, with no error messages (I was putting the CFFILE tag inside CFTRY/CFCATCH to no avail) now, testing that very same upload template thru a standard html upload form showed that it worked fine. I'm veerrrry confused right now. Has anyone else had issues with file uploading in Flex? Thanks!

