Thanks Michael, it's working well now.
One more thing, I don't wish to display the message:
"Upload maximum file size (per file): xxxxxx KB." at all.
By the way, there's a big problem with this message because it uses
dot instead of a comma so if you specify in the configuration that you have 70000 KB, it tells people you have 68.359 KB (which is actually 68 point 359 KB), instead of 68,359 KB.
But regardless of this, I don't really want to use any message there about the max upload, because I would like to inform people regarding the max file size in the text after the flash.
So I found this text in the default.xml, pasted it in en.xml and tried to leave the value empty but it didn't help. It requires to write something.
Furthermore, even if I would write something else it would still use the %s to enter the value of the max size.
So is there a way for me to remove this function completely from another file. Perhaps from one of the php files?
To comment out a certain function so this won't display?
(the limit should still be in place for the system - but just not to display it for the public there).
|