OSDN Git Service

画像の表示がうまくいくぞう
authoryamat0jp <terukohietori@gmail.com>
Sat, 18 Jan 2020 12:28:43 +0000 (21:28 +0900)
committeryamat0jp <terukohietori@gmail.com>
Sat, 18 Jan 2020 12:28:43 +0000 (21:28 +0900)
WebModuleUnit1.pas

index 1cefc99..3572222 100644 (file)
@@ -981,7 +981,7 @@ var
 begin
   with FDTable5 do
   begin
-    s := Request.ContentFields.Values['name'];
+    s := Request.QueryFields.Values['name'];
     Response.ContentType := 'image/jpeg';
     if Locate('name', s) = true then
     begin