tracker issue : CF-3148665

select a category, or use search below
(searches all categories and all time range)
Title:

fileUpload()/<cffile action="upload" /> error says "upoaded" instead of "uploaded"

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)

Created: 03/24/2012

Components: File Management

Versions: 10.0

Failure Type:

Found In Build/Fixed In Build: Public Beta / 282145

Priority/Frequency: Minor / Few users will encounter

Locale/System: English / Win All

Vote Count: 0

Typo in fileUpload()/<cffile action="upload" /> error message, if "filefield" is omitted and form contains no file field.

Repro:

<cfif structKeyExists(FORM, "upload")>
  <cffile action="upload" destination="#expandPath('.')#" /><!--- try this --->
  <!---<cfset fileUpload(expandPath('.')) />---><!--- and this --->
</cfif>
<cfform enctype="multipart/form-data">
  <cfinput type="submit" name="upload" />
</cfform>

Steps: Try both the cffile action="upload" and the fileUpload.

Error: "FormFileNotFoundException - No file was upoaded along with this request. "

The word "upoaded" is missing an "l". It should be "uploaded".

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3148665

External Customer Info:
External Company:  
External Customer Name: itisdesign
External Customer Email:

Attachments:

Comments:

Verified this is fixed in CF10 Final (build 10,282462). Thanks! -Aaron
Comment by External U.
19983 | May 28, 2012 10:32:11 PM GMT