After Upload, Go directly to image just uploaded. After Upload, Go directly to image just uploaded.
 

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

After Upload, Go directly to image just uploaded.

Started by cartooner, November 09, 2006, 03:07:25 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cartooner

Is there a way to go directly to the image that was just uploaded??

Nibbler

Edit upload.php, find


msg_box($lang_info, $final_message, $lang_continue, 'index.php', "100%");


change to


msg_box($lang_info, $final_message, $lang_continue, 'displayimage.php?album=lastup&pos=0', "100%");