Title:
Coldfusion 10 / Windows 2012 R2 server and large file upload into a network directory
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Amédée LEGAL / Amédée LEGAL (alean44)
Created: 04/09/2014
Components: File Management
Versions: 10.0
Failure Type: Performance Issue
Found In Build/Fixed In Build: Final / CF11 Update5
Priority/Frequency: Minor / Unknown
Locale/System: English / Win 2008 Server x64
Vote Count: 0
Problem Description:
Upload small file (10Mo) or large file (100Mo) from Coldfusion 9 or 10 on Windows 2003 Server into a network directory is Ok (<cffile action="UPLOAD" filefield="file" destination="\\192.168.0.X\myNetworkDirectory\" nameconflict="MAKEUNIQUE">)
Upload small file (10Mo) from Coldfusion 10 on Windows 2012 R2 server into a network directory is Ok but with the same server and same destination directory and a large file (100Mo) returns an error after a long time. Coldfusion succeed in copying the file but after a long long time... too long to return a correct answer.
With the same server an the same file a local CFFILE UPLOAD and then a CFFILE MOVE is OK.
<cffile action="UPLOAD" filefield="file" destination="C:\tempUpload\" nameconflict="MAKEUNIQUE">
<cffile action="move" destination="\\192.168.0.X\myNetworkDirectory\myfile" source="C:\tempUpload\myfile">
Steps to Reproduce:
Actual Result:
Expected Result:
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3739708
External Customer Info:
External Company:
External Customer Name: alean44
External Customer Email:
External Test Config: My Hardware and Environment details: Coldfusion 10 entreprise Windows 2012 R2
Attachments:
Comments: