Is there a control that allows you to select multiple files? I am using the openFileDialog control to browse for files, but it only allows me to select one file at a time.
Also, how can i get only the file name from the entire path?
Is there a function similar to PHP's explode(); where i can use \ as a seperator and then get the last value from the returned array, that should be the file name.
