Topic: Problems with Upload?
We have had a lot of questions regarding the upload functionality of the new versions, this post is to help out with the most basic problems.
Upload button is grayed out
Check your write permissions in the folder you are trying to upload to.
Please note that for the PHP version, you might also need to configure the following two options for the files & folders to get the correct permissions when created/uploaded:
File Mask: http://wiki.moxiecode.com/index.php/MCI
.file_mask
Directory Mask: http://wiki.moxiecode.com/index.php/MCI
ctory_mask
Upload not working
We have had a lot of reports of the flash upload utility that we use isn't working properly on some systems (HTTPS on Mac for example).
Go into your configuration and set the following option to false.
http://wiki.moxiecode.com/index.php/MCI
ple_upload
This will disable the multiple upload part.
You can also try installing Google Gears or Silverlight and then enable the multiple_upload option again.
Upload still not working without multiple upload
Check your PHP logs for error message, there are a lot of PHP ini options that can be set that might interfere with the upload process, such as max post size, max upload size, max memory usage and other things. Your error logs should show these as warnings so you can find what is wrong.
If you still have problems, post on this forum and we will try to help you resolve it.
TinyMCE Developer
Moxiecode Systems