Re: Limit number of photos

  •  04-21-2011, 3:47 PM

    Re: Limit number of photos

    Dear chintanshah,
     
     
     $targetfilepath= "savefiles/myprefix_" . $mvcfile->FileName;
     
    This line means you will save uploaded files to folder "savefiles", you can write code to read folder "savefiles" and check the total file quantity in this folder.
     
    Thank you for asking
     
View Complete Thread