![]() |
You can WORK AROUND THIS in your code by using the first string parameter to index into WebServer.FormFiles.Values[ServerKey] and parsing out the names as needed.
function TwhBrowserInfo.GetExpireWithPragmaNocache: Boolean; begin // was: Result:= (Make='MSIE') and (Major<'4'); ... change to Result:= (Make='MSIE') and (Major<>'4'); end;
with fmWebAppMainDB.htWebApp do begin AppID:='NETFILE'; Refresh; end; fmWebAppMainDB.Init;