File Upload Location

Permalink
Hi,
I've been using C5 for while, but I'm in a real pickle in the 11th hour of a build.

My problem stems from the file manager creating numerous folders in /files.

When I upload a set of images, I want/need them to live in the same folder - not distributed over many. How can I remove the complexity that adds the extra folders in?

So rather than /6534/7654/4353/my-file.jpg

I want /my-file.jpg

I don't even care about filename clashes at this point, I just really need to fix this.

Can anyone help me?

I'm faced with the prospect of dumping the site and porting it into code ignitor or something.

moth
 
Mnkras replied on at Permalink Reply
Mnkras
just upload them via ftp then
frz replied on at Permalink Reply
frz
file manager does that so it can manage versions of files for you.

if you really need a file to be in a specific directory, you're going to need to put it there by hand.