Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Question [Task K1.7+]Failed to upload file on kunena.com

More
13 years 8 months ago - 13 years 6 months ago #1 by ChaosHead
###.jpg

%%%%.jpg

волк.jpg

Failed to upload files, which contain special symbols or are written in Russian language (and it is possible on others too)
Code:
Failed to upload file 'jpg': You need to use allowed file extension (for images: jpg, jpeg, gif, png and other files: zip, txt, doc, gz, tgz).
Code:
Attachment ###.jpg not found
Code:
Attachment волк.jpg not found
Last edit: 13 years 6 months ago by svanschu. Reason: marked as k 1.7+ task

Please Log in or Create an account to join the conversation.

More
13 years 8 months ago #2 by Matias
This is actually Joomla limitation/restriction, not allowing anything else than a-z (+ numbers etc) in the filenames. All the other letters will be stripped out leaving only extension -> "zip" has no file extension.

I could disable turning filenames safe, but that would easily enable security holes, as there are UTF8 letters that are interpreted in different ways in different servers.
The following user(s) said Thank You: ChaosHead

Please Log in or Create an account to join the conversation.

More
13 years 8 months ago #3 by ChaosHead
Thanks for the detailed answer. Certainly security is the most important.

Please Log in or Create an account to join the conversation.

More
13 years 8 months ago #4 by pawa
Need solution to store this file using only acepted chars

Please Log in or Create an account to join the conversation.

More
13 years 8 months ago - 13 years 8 months ago #5 by Cerberus

pawa wrote: Need solution to store this file using only acepted chars


what does the text mean in english ? why not just use that as the filename or simply call is attachment123.zip
Last edit: 13 years 8 months ago by Cerberus.

Please Log in or Create an account to join the conversation.

More
13 years 8 months ago #6 by fxstein
Question to the dev team: Could we create a random file name for those?

We love stars on the Joomla Extension Directory . :-)

Please Log in or Create an account to join the conversation.

More
13 years 8 months ago #7 by woonydanny
yes, for users it should be that they can upload a file named anything and it gets 'renamed' on the fly to something accepable and is uploaded without them ever realising.

still wish that i can write my forum signature through a jomsocial plugin and do it from my jomsocial profile :(

Please Log in or Create an account to join the conversation.

More
13 years 8 months ago #8 by Matias
Unfortunately renaming files means that we need to have extra logic to fetch the files (so that user will see the original filename after upload). But that would allow us to count downloads etc.. :)

K1.7+ feature that is.

Please Log in or Create an account to join the conversation.

Time to create page: 0.543 seconds