tracker issue : CF-3036480

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

Bug 73373:Using CFFILE with the action="uploadAll" and sending 3 files through the form

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): Jason Fisher / Jason Fisher (JMF)

Created: 10/27/2008

Components: File Management, VFS-S3

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 205818 /

Priority/Frequency: Major / Unknown

Locale/System: English / Win All

Vote Count: 0

Problem:

Using CFFILE with the action="uploadAll" and sending 3 files through the form.  The files are all uploaded correctly and the return variable from CFFILE does have an array with 3 elements, but each element shows:

"[undefined array element]"

So, I can get the files, but I can't get any confirming information about them or the upload itself.
Method:

Form with more than 1 input type="file" on it.  Processing template includes:

<cffile action="UPLOADALL" destination="c:\inetpub\wwwroot\_temp" nameconflict="OVERWRITE" result="rtn">

<cfdump var="#rtn#">

The array elements are undefined, as noted above.
Result:

CFDUMP of the return value:

array
1 	[undefined array element]
2 	[undefined array element]
3 	[undefined array element]

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

Watson Bug ID:	3036480

External Customer Info:
External Company:  
External Customer Name: Jason Fisher
External Customer Email: 2BE23BA344FD8DA2992016B6
External Test Config: 10/27/2008

Attachments:

Comments: