AQEEL AHMED
AQEEL AHMED
i have same issue i want to save the file. any help other then sending request to webapi. i should be able to save file with in blazor ?
`file = files.FirstOrDefault(); var oPath = System.IO.Directory.GetCurrentDirectory(); var oCompletePath = oPath + "/Plans/Plan_" + PageFileDocumentModel.PlanID.ToString().Trim(); var oExtfrom = file.Name.IndexOf("."); var oFileName = file.Name.ToString().Substring(0, oExtfrom) + "_" + DateTime.Now.ToString("dd_MM_yyyy_hh_mm") + file.Name.Substring(oExtfrom,...
or if that is not possible , can you allow us to Override method **TcpTransport.cs**
ok in material-dashboard.scss file i disable "@import "core/dropdown";" it does solve my issue
ok i have fixed it by editing the _dropdown.scss inside assets folder please replace existing with this @use "sass:math"; // Menus https://www.google.com/design/spec/components/menus.html#menus-specs // Dropdown buttons (mobile and desktop) https://www.google.com/design/spec/components/buttons.html#buttons-dropdown-buttons .dropdown-menu...
Bug Fixed in code ... /// Convert float hours to 12h format func floatToTime12(_ time:Double, noSuffix:Bool)->String { if let (hours, minutes) = floatToHourMinute(time) { return NSString(format: "%02d:%02d%@", (hours % 12),...
what do you mean next pray time , this is giving all pray time or you can explain in detail what you want ?
is that problem solved ? please let me know i am trying to use this API in my app ..