How To Get The Image File Name In An Http Post Request March 05, 2024 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 JugaCross Browser Issue : Document.getelementbyid().value Not Working In Ie But Works In FirefoxAndroid Webview Memory Leak When Using AssetsHow Can You Flip Website Upside Down In Ie ? (for The April 1st)var name = file.FileName.Split(',')[1].ToString(); Copy Share You may like these postsJqm Specifying Swipe Page ChangeHow To Catch Up A Html Element With Same Class Which Is Under Different Parent Using Jquery?Css Percentage And Pixel Layout CombinedHow To Check What Tag Says For A Password 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"