我的问题很紧张,但我将集中谈谈这里的问题。 我如何从单壳上载取物体。 我目前正在这样做。
<cffile action="upload" destination="#Application.filePath#Pics/" filefield="image1" nameconflict="makeunique">
<cfif isDefined ("cffile.serverFile")>
<cfset image1Place = #cffile.serverFile#>
</cfif>
but that doesn t seem like it would work well with multiple file uploads, which happens to be my case.