サーバーのスペースが限られています。そこで、製品画像のように画像の URL を自分のサイトに接続するための代替手段を探しています。
私がやりたいのは、URL を入力してから、ページ全体を更新せずに画像を読み込むことです。
ここに私の考えがあります:
「任意のURL」を入力して送信
if url is image and existing {
display the image
}
else if (url is a non-image) or (url is image but not existing) {
display a default image
}
やってみgetimagesize
たけど重かった。curl
私のサーバーでは機能していないので、jQueryやJavaScriptなどを使用しようとしています。