- Posts: 22
- Thank you received: 0
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
Spaces in file name=broken podcast
- Julie Tillman
-
Topic Author
- Offline
- Junior Member
-
Has anyone else had this problem?
I wish there was a way for SermonSpeaker to alert the uploading user that the file name has a space in it and needs to be renamed before being sent down the processing line.
Thanks for any pointers!
Please Log in or Create an account to join the conversation.
- Andrei Chernyshev
-
- Offline
- Translator
-
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
I think the frontend uploader also should rename the file automatically. If that's not the case, it would be a bugAndrei Chernyshev wrote: i believe if you use back end up-loader it might rename the files, not sure about front end.

The reason for this behaviour is that spaces in an URL are not allowed. Some browsers can handle them, but not all programs can

Please Log in or Create an account to join the conversation.
- Julie Tillman
-
Topic Author
- Offline
- Junior Member
-
- Posts: 22
- Thank you received: 0
I need the files to be renamed.
I need my users to be able to manually download files.
This happens as long as I stay within SermonSpeaker and don't wander out to S3. I'm glad I'll be able to make it work. But too bad we won't be able to use S3 and still provide our users what they need.
Appreciate you guys!
Please Log in or Create an account to join the conversation.
1. Is there a way to upload to S3 storage using the frontend and/or backend uploaders?
2. If not, then would it be possible to generate an error when trying to link an S3 file that has spaces or other special characters in it? Perhaps the same input validation that is done for uploaded files could also be used for linked files. Ideally the S3 files would also get renamed, but if that is not possible then could an error or warning be generated instead?
Thanks for all your help!
Andrew
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
I use a library to read the S3 contents, I will look what is possible with it. When I implemented it I had the code provided from a user and just adapted it a bit to fit better into the Joomla Framework.Andrew wrote: In order to better support using sermon files stored on S3 would either of the following be possible?
1. Is there a way to upload to S3 storage using the frontend and/or backend uploaders?
2. If not, then would it be possible to generate an error when trying to link an S3 file that has spaces or other special characters in it? Perhaps the same input validation that is done for uploaded files could also be used for linked files. Ideally the S3 files would also get renamed, but if that is not possible then could an error or warning be generated instead?
Thanks for all your help!
Andrew
Please Log in or Create an account to join the conversation.