|
3 |
tag
|
||
|
2 | I forgot to give complete information | ||
|
When a user selects a file in a web page I want to be able to extract just the filename. I did try str.search function but it seems to fail when the file name is something like this: c:\uploads\ilike.this.file.jpg. How can we extract just the file name without extension? |
||||
|
1 |
|
||
Javascript - How to extract filename from a file input controlWhen a user selects a file in a web page I want to be able to extract just the filename. I did try str.search function but it seems to fail when the file name is something like this: c:\uploads\ilike.this.file.jpg. How can we extract just the file name?
|
||||
