why jupload uploads all pictures to same folder (userpics) why jupload uploads all pictures to same folder (userpics)
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

why jupload uploads all pictures to same folder (userpics)

Started by bickyz, January 12, 2010, 03:56:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bickyz

hi, i dont remember the version but some older version of jupload used to upload pictures to different folders for different users like this:

userpics -> 1001 -> 01
userpics -> 1002 -> 02
userpics -> 1001 -> 03
userpics -> 1001 -> 04
userpics -> 1001 -> 05
userpics -> 1002 -> 06
userpics -> 1002 -> 07
userpics -> 1002 -> 08
userpics -> 1003 -> 09

where 1001 and 1003 is the user id and 01 - 09 are albums folder. But why this version jupload-4.0.1 uploads all pictures in same folder userpics without any subfolders for albums.

etienne_sf

The reason is: it was incompatible with some other Coppermine plugin, as it was not the Coppermine standard behavior.

  It's too bad, as limiting the number of files in folders can speed the Coppermine response time.

Etienne