Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hc2hunter

Pages: [1]
1
Mods & Plugins (Releases & Support) / Re: [MOD] multiupload
« on: February 04, 2008, 07:19:14 AM »
FIXED !  :D

in member.php :

Quote
$action = ($action=="multiuploadimage") ? "multiuploadform":"uploadform";
     $sendprocess = 1;
     break; //break the while if any image upload fails
     }
     }
     $fileext=($fileext=="")?2:$fileext+1;
     }//end while
     }//end if
       else
       {
         //$action = "uploadform";
         $action = ($action=="multiuploadimage") ? "multiuploadform":"uploadform";
         $sendprocess = 1;
       }
     }//end upload action

2
Mods & Plugins (Releases & Support) / Re: [MOD] multiupload
« on: February 03, 2008, 10:59:55 PM »
Hi !

I have a problem with the Multiupload.
When a user makes a mistake he will be forwarded to the normal Upload-Form and not back to the Multiuploadform...  :(

Can somebody help me with this problem?

Help me please...  :oops:
My 4images version is v1.7.4

Pages: [1]