Skip to content

Commit

Permalink
FC-3083 remove temp file after doing a bulk file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
justincarter committed Sep 2, 2016
1 parent 9925a9b commit 9ba9cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/formtools/file.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@
</cfif>
<cfelse>
<!--- There is no file currently so we simply copy the file and make it unique --->
<cfset stResult.value = application.fc.lib.cdn.ioCopyFile(
<cfset stResult.value = application.fc.lib.cdn.ioMoveFile(
source_localpath=arguments.localfile,
dest_location=fileLocation,
dest_file=arguments.destination & "/" & listlast(arguments.localfile,"."),
Expand Down

0 comments on commit 9ba9cd7

Please sign in to comment.