Dropdown list in single file uploading is not persistent Dropdown list in single file uploading is not persistent
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Dropdown list in single file uploading is not persistent

Started by tmcdos, December 02, 2006, 08:50:58 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tmcdos

When you try to upload more than 1 file, but less than 10 (i.e. using regular UPLOAD FILE, and not BATCH ADD), the drop down list
for album selection does not remember your selection between files and you have to choose the same album multiple times - for each
file.
In order to fix this, open up "upload.php" in your favourite text editor, go to line 176 and change $_GET to $_REQUEST
That is all.

Joachim Müller

Thanks for your report. However, this doesn't look like a proper method to avoid sanitization.