Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Location after successfull upload  (Read 4423 times)

0 Members and 1 Guest are viewing this topic.

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Location after successfull upload
« on: August 14, 2008, 08:34:18 am »

I think the next step to do, after a successfull upload, should be configurable. In my case, i don't want to edit the title, description etc. of the uploaded pictures, but set the thumbnail & description of the album (modifyalb.php).

So i modded the jupload.php as a workaround in 3.2.3

I have changed:
Code: [Select]
case 'edit_uploaded_pics':
require("$juploadRootDirectory/page/edit_uploaded_pics.php");
break;
to:
Code: [Select]
case 'edit_uploaded_pics':
//require("$juploadRootDirectory/page/edit_uploaded_pics.php"); // by muu
header("Location: modifyalb.php?album=$album"); // by muu
break;
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 19 queries.