﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1123	FileUpload command returns invalid url	Wiktor Walc		"After uploading file inside subdirectory, returned url is invalid because it is created with the following command:

{{{
sFileUrl = CombinePaths( GetResourceTypePath( resourceType, sCommand ) , sFileName )
}}}
 
I believe we should also use currentFolder to construct the final url:

{{{
	$sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
	$sFileUrl = CombinePaths( $sFileUrl, $sFileName ) ;
}}}
"	Bug	closed	Normal	FCKeditor 2.5 Beta	File Browser	SVN (FCKeditor) - Retired	fixed		
