How To Get The Image File Name In An Http Post Request December 27, 2023 Post a Comment I'm pretty new to MVC and I'm trying to get just the file name of the newly selected file. The html code looks like this: Solution 1: you can try this just to extract the file name var fileName = Path.GetFileName(file.FileName); Copyor in other case you can do Baca Juga@html.actionlink One Works And One Does NotMoving Dom Elements Below A Fixed Navigation BarHow Can I Display Image In Ie Using Base64 Encoding Method?var name = file.FileName.Split(',')[1].ToString(); Copy Share Post a Comment for "How To Get The Image File Name In An Http Post Request"
Post a Comment for "How To Get The Image File Name In An Http Post Request"