Index: /FCKeditor.Net/trunk/FileWorkerBase.cs
===================================================================
--- /FCKeditor.Net/trunk/FileWorkerBase.cs	(revision 1172)
+++ /FCKeditor.Net/trunk/FileWorkerBase.cs	(revision 1173)
@@ -61,4 +61,6 @@
 					if ( ! sUserFilesPath.EndsWith("/") )
 						sUserFilesPath += "/" ;
+
+					sUserFilesPath = this.ResolveUrl( sUserFilesPath ) ;
 				}
 				return sUserFilesPath ;
Index: /FCKeditor.Net/trunk/_whatsnew.html
===================================================================
--- /FCKeditor.Net/trunk/_whatsnew.html	(revision 1172)
+++ /FCKeditor.Net/trunk/_whatsnew.html	(revision 1173)
@@ -41,22 +41,28 @@
 		New Features and Improvements:</p>
 	<ul>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1548">#1548</a>] Compatible with <strong>Safari 3.0+</strong> and <strong>Opera 9.50+</strong>.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1548">#1548</a>] Compatible
+			with <strong>Safari 3.0+</strong> and <strong>Opera 9.50+</strong>.</li>
 		<li>Added specific project files for <strong>Visual Studio .NET 2003</strong> and <strong>
-			Visual Studio 2005</strong>. It's easier now to open the source in your preferred environment. Builds will
-			end up in the "1.1" (VS2003) and "2.0" (VS2005) folders inside bin/Debug and bin/Release. </li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/79">#79</a>] The BasePath property now defaults to "/fckeditor/" ("/FCKeditor/" previously).</li>
-		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/79">#79</a>] Introduced the <strong>FCKeditor.IsCompatibleBrowser</strong> static function, to
-			check if the requesting browser is compatible with FCKeditor.
-		</li>
+			Visual Studio 2005</strong>. It's easier now to open the source in your preferred
+			environment. Builds will end up in the "1.1" (VS2003) and "2.0" (VS2005) folders
+			inside bin/Debug and bin/Release. </li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/79">#79</a>] The BasePath
+			property now defaults to "/fckeditor/" ("/FCKeditor/" previously).</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/79">#79</a>] Introduced
+			the <strong>FCKeditor.IsCompatibleBrowser</strong> static function, to check if
+			the requesting browser is compatible with FCKeditor. </li>
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/79">#79</a>] Introduced
 			the <strong>FCKeditor.CreateHtml</strong> function, which returns the HTML needed
 			to create an editor instance in the page.</li>
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/294">#294</a>] The HtmlEncodeOutput
-			setting is enforced by the editor component, to avoid having to set ValidateRequest="false" on pages using the editor.</li>
+			setting is enforced by the editor component, to avoid having to set ValidateRequest="false"
+			on pages using the editor.</li>
 	</ul>
 	<p>
 		Fixed Bugs:</p>
 	<ul>
-		<li></li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/551">#551</a>] The connector
+			and uploader will now correctly handle the Tilde ("~") in the UserFilesPath setting.
+		</li>
 	</ul>
 	<h3>
