Hi, I just realized that file size for note is limited to 2MB, how can I extend this limit?
(global php limit at my server set to 30M, there is some limitation inside EPESI)
epesi does not limit file size. It is controlled by php.ini settings or .htaccess
Run admin tools in epesi and see what phpinfo reports. You need to adjust values on your server.
Phpinfo from admin shows upload_max_filesize 30M 30M Actually similar problem was with mail attachments, I fixed it in local php.in in RC folder. Tried to add limit at Epesi root folder, but it didn't help. Seems like still limit somewhere in Epesi.
Deleted php.ini at Epesi root and now it works.
Great. Thanks for the update.