#asp.net #fckeditor #uploading
#asp.net #fckeditor #загрузка
Вопрос:
Я пытаюсь использовать функцию загрузки в 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/");