How To Get The Image File Name In An Http Post Request August 07, 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 JugaFlex Container Vertical Overflowing Parent DivHow Can An Iframe That Has Content, Have An Undefined Contentdocument Object?Javascript - Loading Data Faster?var name = file.FileName.Split(',')[1].ToString(); Copy Share You may like these postsAngular 6: Saving Data To Local StorageCompute The Average Height And The Average Width Of Div TagHaving Max 3 Checkboxes Checked Using Javascript Or JqueryGetting Error In Website Width In Fixed Layout Website 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"