|
|
|
สอบถามเกี่ยวกับการอัปโหลดรูปภาพด้วย URL แล้วเออเร่อครับ |
|
|
|
|
|
|
|
เพิ่มเติม
ต้องตั้งค่าอะไรหรือป่าวครับ ผมใช้ IIS7
ผมลองไปใช้ DEMO http://theonlytutorials.com/very-simple-php-script-to-upload-image-or-file-from-an-url/ แล้วก็ใช้ได้ปกติน่ะครับ แต่พอเอามารันในเครื่องผมก็ขึ้นเออเร่ออ่ะครับ งงมาก
|
|
|
|
|
Date :
2016-05-22 18:47:21 |
By :
promraungdet |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ได้ติดตั้ง openssl extension ของ php?
|
|
|
|
|
Date :
2016-05-23 06:21:52 |
By :
mr.v |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ก๊อปจากของตปท.มา เอาไปดัดแปลงดูนะ
http://stackoverflow.com/questions/26148701/file-get-contents-ssl-operation-failed-with-code-1-and-more
มีคนบอกว่าวิธีนี้ไม่ปลอดภัย แต่เขาแนะนำให้ใช้อีกอัน ลองดูจากเว็บต้นทางแล้วกัน วิธีทำผมก็ไม่ทราบวิธีแปลง .pem เป็น .crt
Code (PHP)
$arrContextOptions=array(
"ssl"=>array(
"verify_peer"=>false,
"verify_peer_name"=>false,
),
);
$response = file_get_contents("https://maps.co.weber.ut.us/arcgis/rest/services/SDE_composite_locator/GeocodeServer/findAddressCandidates?Street=&SingleLine=3042+N+1050+W&outFields=*&outSR=102100&searchExtent=&f=json", false, stream_context_create($arrContextOptions));
echo $response;
|
ประวัติการแก้ไข 2016-05-23 18:26:47 2016-05-23 18:28:11
|
|
|
|
Date :
2016-05-23 18:23:03 |
By :
mr.v |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|