FckEditor でアップロード機能を使用しようとしていますが、ファイルを選択してアップロードを押すと、「アップロードが進行中です。しばらくお待ちください」というメッセージが表示されますが、何も起こりませんでした。新しいフォルダーを作成し、画像ディレクトリにある既存のファイルを参照できます。
ターゲット ディレクトリへの構成シッティングを編集し、書き込み権限と変更権限を設定しました。
// SECURITY: You must explicitly enable this "connector". (Set it to "true").
Enabled = CheckAuthentication();
// URL path to user files.
UserFilesPath = "/Files/";
// The connector tries to resolve the above UserFilesPath automatically.
// Use the following setting it you prefer to explicitely specify the
// absolute path. Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'.
// Attention: The above 'UserFilesPath' URL must point to the same directory.
UserFilesAbsolutePath = Server.MapPath("~/Files/");