ben şu anda php ile resim gibi diyagramlar üreten bir sınıf üzerinde çalışıyorum. Jquery ile dinamik olarak bu resimleri yüklemek istiyorum. Ben bunu nasıl yapabilir? I resme post parametreleri geçirmek gerekiyor çünkü alışkanlık gerçek bir resim dosyası, i ... ajax ile diyoruz Ve ben sadece src gibi php komut tanımlamak olamaz dosyasının sadece içeriğe sahip ...
EDIT:
Tamam .. Ben biraz daha açıklamak zorunda düşünüyorum ...
Burada html kodu:
<div>
<img id="image" />
</div>
<input type="button" onclick="loadPicture();" />
When the button is pressed, some data should be send to the php script that generates the picture. A Callback function or something similar should now post the picture into the img- element. Simply posting the Picture into the img tag doesnt work. The following code would work, but how can i add POST params??
<img src="<scriptname>.php" />