Hi,
I have problem with uploading files(images) through FCKEditor.
When i upload image to the folder assets/images/ so it’s without problem and image is uploaded.
But when I create folder through FCKEditor in assets/image/ folder and I try upload image to this new created folder so I get dialog Failed to upload file, internal error
In chmod isn’t problem the image folder have 0777 and folders which I create through FCKEditor have 0777 permissions too.
But when i create folder in assets/images/ dir through FTP so uploading images is without problem.
How can I resolve this problem ? Can I tell somehow to FCKEditor, so as created folders through FTP protocol ?
Thank you for any advices and suggestions
Very strange. Never had this problem.
Can this be due to some image extensions not allowed by your remote hosting ?
Sometimes, GIF pictures or other types are disallowed.
@uniqueIntention: Strange. Normally FCKeditor is configured to look in assets/images for pictures
In my case, in Tools->Configuration the path for ressources looks like :
/var/www/vhosts/www.mydomain.com/web[/mysubsite]/assets/
("mysubsite" is the folder where I installed MODx.)
Maybe you cannot go up the folder that is given as root for your FCKeditor.
Did you try checking the path to ressources and using the "regular" assets/images folder for your pictures.
I hope this can help, but don’t have any idea about the source of your problem. Regards.
Is there any way, how can I create dir through FCKEditor and wite to him when is SAFE MOD on ?