Hi ! everyone, I'm new here and my first post is my first problem with CMSMS - by the way, I was looking for a long time a great tool like this one, thanks to the team.
So here it is : I've installed Uploads module v1.1.9 running under Canary "clean URL" 0.13, and uploading files is not a problem. But download seems to corrupt files, which are OK when viewed through file manager inside a navigator - both Firefox and IE - at least for images like .jpg .png or .gif (I cannot "view" a .rar file inside navigator, but I cannot do anything with when opened from my desktop).
I've tried several ways, with or without all options ("thumbnail", "upload as",..) and different encoded templates ( default and UTF-8 ).
A clue, anyone ?
P.S: French is my native language and I'm learning English through forums like this one. 'Hope I've been understood.
Trouble : Uploads module
Re: Trouble : Uploads module
I'm a realy the only one to have this problem ? 

-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Trouble : Uploads module
I'll check it out tonite, but it seemed to be working on my last test.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Trouble : Uploads module
Thanx for your time, I've made the buggy page accessible ( http://cms.zootalures.com/submit_your_video ) if it helps.
Please, don't be thousands to upload, it's a client'site.
Please, don't be thousands to upload, it's a client'site.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Trouble : Uploads module
I've reproduced it.
Something seems to behaving differently in the core, as the files are output with a bunch of the header content from your page until the point of the {cms_module module=uploads...} tag and then the real file is output.
so I'll have to talk to ted about this one.
Something seems to behaving differently in the core, as the files are output with a bunch of the header content from your page until the point of the {cms_module module=uploads...} tag and then the real file is output.
so I'll have to talk to ted about this one.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Trouble : Uploads module
I've opened the .jpg file in wordpad and I see what you mean. What a bunch
!
Do you have the same problem with your(s) site(s), or maybe is it just a mistake in my template.

Do you have the same problem with your(s) site(s), or maybe is it just a mistake in my template.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Trouble : Uploads module
Okay, I've found a solution, with Ted's help.
Essentially, in every CreateLink that has the getfile action, we have to add a "showtemplate'=>'false' parameter
I'll work on creating a patch release, but I first have to learn how to do some svn magic.
Essentially, in every CreateLink that has the getfile action, we have to add a "showtemplate'=>'false' parameter
I'll work on creating a patch release, but I first have to learn how to do some svn magic.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Trouble : Uploads module
A new version of the uploads module has been released, lots of new features, I did test the download stuff, worked fine for me with images.
You'll find out all about it here: http://dev.cmsmadesimple.org/frs/showno ... ase_id=493
Lemme know what you find.
You'll find out all about it here: http://dev.cmsmadesimple.org/frs/showno ... ase_id=493
Lemme know what you find.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Trouble : Uploads module
works fine, now.
Just a couple of mistakes in summary template
{$entry->category} where last /td should be /th
{$entry->summarylink} must be replaced by {$entry->description} at the end
You wrote it too fast
Thanks again for you help.
Just a couple of mistakes in summary template
{$entry->category} where last /td should be /th
{$entry->summarylink} must be replaced by {$entry->description} at the end
You wrote it too fast

Thanks again for you help.