I want to upload multiple files and store them in a folder and get the path and store it in the database... Any good example you looked for doing multiple file upload...
We can easy to upload multiple files using php by using the below script.
Download Full Source code and preview
Image uploaded successfully!.
';
} else {//if file was not moved.
echo $j. ').please try again!.
';
}
} else {//if file size and file type was incorrect.
echo $j. ').***Invalid file Size or Type***
';
}
}
}
?>