Hi
What is the bool and why are we use in event form?
private bool UploadImage(string UploadPath)
{
bool retVal = true;
string strFileName;
string strFilePath;
string strType;
string strFolder = UploadPath; //save it here
string err = "";
string ext = "";