<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : Fotograf gonderemiyorum</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : Fotograf gonderemiyorum]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 00:37:23 +0000</pubDate>
  <lastBuildDate>Tue, 12 May 2026 22:47:55 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1529</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://forum.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://forum.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[Fotograf gonderemiyorum : &#305;magechooser ile se&#231;ilen g&#246;rseli...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1529&amp;PID=3535#3535</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=257">Emr.Erkmn</a><br /><strong>Konu:</strong> 1529<br /><strong>Gönderim Zamanı:</strong> 12&nbsp;Mayıs&nbsp;2026 Saat 22:47<br /><br />ımagechooser ile seçilen görseli clomosy de yerel dosya yoluyla alalım<br>clomosy üzerinden&nbsp;Cloudinary'nin apisine post isteği gönder<br>Cloudinary'den dönen secure_url bilgisini db ye gönder&nbsp;<a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Tue, 12 May 2026 22:47:55 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1529&amp;PID=3535#3535</guid>
  </item> 
  <item>
   <title><![CDATA[Fotograf gonderemiyorum : Merhaba Zeynepiletti&#287;in hatan&#305;n...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1529&amp;PID=3534#3534</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=257">Emr.Erkmn</a><br /><strong>Konu:</strong> 1529<br /><strong>Gönderim Zamanı:</strong> 12&nbsp;Mayıs&nbsp;2026 Saat 22:46<br /><br />Merhaba Zeynep<div><br><div>ilettiğin hatanın sebebi clomosy de doğrudan .picture özelliğinin olmaması&nbsp;<br><br><div>var</div><div>&nbsp; clRest : TclRest;</div><div>&nbsp; secilenFotoBase64, cloudinaryLink, g_ApiUrl : String;</div><div>&nbsp; g_KullaniciId : Integer;</div><div><br></div><div>void CloudinaryeYukleVeGonder;</div><div>var</div><div>&nbsp; cloudRest: TclRest;</div><div>&nbsp; jsonBody: String;</div><div>{</div><div>&nbsp; if (secilenFotoBase64 == '') {</div><div>&nbsp; &nbsp; ShowMessage('Lütfen önce bir fotoğraf seçin.');</div><div>&nbsp; &nbsp; Exit;</div><div>&nbsp; }</div><div><br></div><div>&nbsp; BtnGonder.Enabled = False;</div><div>&nbsp; cloudRest = TclRest.Create;</div><div>&nbsp;&nbsp;</div><div>&nbsp; // 'YOUR_CLOUD_NAME' kısmını kendi hesabındaki isimle değiştir</div><div>&nbsp; cloudRest.BaseURL = '<a href="https://api.cloudinary.com/v1_1/YOUR_CLOUD_NAME/image/upload" target="_blank" rel="nofollow">https://api.cloudinary.com/v1_1/YOUR_CLOUD_NAME/image/upload</a>';</div><div>&nbsp; cloudRest.Method = rmPost;</div><div>&nbsp;&nbsp;</div><div>&nbsp; cloudRest.AddParameter('file', 'data:image/jpg;base64,' + secilenFotoBase64);</div><div>&nbsp; cloudRest.AddParameter('upload_preset', 'YOUR_UNSIGNED_PRESET');&nbsp;</div><div><br></div><div>&nbsp; try</div><div>&nbsp; &nbsp; cloudRest.Execute;</div><div>&nbsp; &nbsp; if (cloudRest.Response &lt;&gt;'')&nbsp;</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; cloudinaryLink = Clomosy.JsonPathString(cloudRest.Response, 'secure_url');</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; if (cloudinaryLink &lt;&gt;'')&nbsp;</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SikayetiGonder(cloudinaryLink);</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; else</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ShowMessage('Fotoğraf yükleme başarısız oldu.');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; BtnGonder.Enabled = True;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Bağlantı hatası: ' + LastExceptionMessage);</div><div>&nbsp; &nbsp; BtnGonder.Enabled = True;</div><div>&nbsp; }</div><div>}</div><div><br></div><div>void SikayetiGonder(AFotoUrl: String);</div><div>var</div><div>&nbsp; sikayetRest: TclRest;</div><div>&nbsp; jsonBody: String;</div><div>{</div><div>&nbsp; sikayetRest = TclRest.Create;</div><div>&nbsp; sikayetRest.BaseURL = g_ApiUrl + '/api/sikayet-ekle';</div><div>&nbsp; sikayetRest.Method = rmPost;</div><div>&nbsp; sikayetRest.Accept = 'application/json';</div><div>&nbsp;&nbsp;</div><div>&nbsp; jsonBody = '{' +</div><div>&nbsp; &nbsp; '"kullanici_id": ' + IntToStr(g_KullaniciId) + ', ' +</div><div>&nbsp; &nbsp; '"baslik": "' + EditBaslik.Text + '", ' +</div><div>&nbsp; &nbsp; '"aciklama": "' + MemoAciklama.Text + '", ' +</div><div>&nbsp; &nbsp; '"foto_url": "' + AFotoUrl + '"' +&nbsp;</div><div>&nbsp; '}';</div><div><br></div><div>&nbsp; sikayetRest.AddBody(jsonBody, 'application/json');</div><div>&nbsp;&nbsp;</div><div>&nbsp; try</div><div>&nbsp; &nbsp; sikayetRest.Execute;</div><div>&nbsp; &nbsp; ShowMessage('Şikayetiniz başarıyla iletildi!');</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Veritabanı hatası: ' + LastExceptionMessage);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; finally</div><div>&nbsp; &nbsp; BtnGonder.Enabled = True;</div><div>&nbsp; }</div><div>}</div><div><br></div><div>void FotografSec;</div><div>{&nbsp;&nbsp;</div><div>&nbsp; Clomosy.ImageChooser(MainForm, ImgOnizleme);&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (ImgOnizleme &lt;&gt;nil)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; secilenFotoBase64 = ImgOnizleme.ToBase64;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; LblFotoAcik.Visible = False;&nbsp;</div><div>&nbsp; &nbsp; ImgOnizleme.Visible = True;&nbsp;</div><div>&nbsp; &nbsp; PnlFotoBox.clProSettings.BorderColor = clAlphaColor.clHexToColor('#27AE60');&nbsp;</div><div>&nbsp; &nbsp; PnlFotoBox.SetclProSettings(PnlFotoBox.clProSettings);&nbsp;</div><div>&nbsp; }</div><div>}</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous"></div></div>]]>
   </description>
   <pubDate>Tue, 12 May 2026 22:46:37 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1529&amp;PID=3534#3534</guid>
  </item> 
  <item>
   <title><![CDATA[Fotograf gonderemiyorum : RUNTIME ERRORFile library Main:...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1529&amp;PID=3532#3532</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=456">zeynepdeniz</a><br /><strong>Konu:</strong> 1529<br /><strong>Gönderim Zamanı:</strong> 12&nbsp;Mayıs&nbsp;2026 Saat 22:38<br /><br />RUNTIME ERROR<br>File library Main: Unknown property or method: "Picture".<br><br>hocam böyle bir hata alıyorum&nbsp;<br><br><br>veya çekilen fotoğrafı direkt cloudinary e gönderip linkini vt ye göndermenin bir yolu var mı?<br><br><br><br><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Tue, 12 May 2026 22:38:50 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1529&amp;PID=3532#3532</guid>
  </item> 
  <item>
   <title><![CDATA[Fotograf gonderemiyorum : Merhaba Zeynepkodda foto&#287;raf&#305;n...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1529&amp;PID=3524#3524</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=257">Emr.Erkmn</a><br /><strong>Konu:</strong> 1529<br /><strong>Gönderim Zamanı:</strong> 12&nbsp;Mayıs&nbsp;2026 Saat 22:06<br /><br />Merhaba Zeynep<br><br><br>kodda fotoğrafın null gitmesinin nedeni secilenfotobase64 değişkenin fotoğrafsec prosedürü içinde sadece 'gercek_fotograf_secildi' gibi sabit bir metinle dolması.<br>clomos de ımage.chooser kullanııldığında seçilen dosyanın base64 verisi otomatik olarak değişkene atanmaz veriyi senin yakalaman gerekir<br><br>Fotoğraf seçildiğinde, sistemin bu görseli bir metin dizisine (Base64) çevirmesi gerekir.<br><div>void FotografSec;</div><div>{&nbsp;&nbsp;</div><div>&nbsp; Clomosy.ImageChooser(MainForm, ImgOnizleme);&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (ImgOnizleme.Picture.Bitmap &lt;&gt; nil)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; secilenFotoBase64 = ImgOnizleme.Picture.Bitmap.ToBase64;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; LblFotoAcik.Visible = False;&nbsp;</div><div>&nbsp; &nbsp; ImgOnizleme.Visible = True;&nbsp;</div><div><br></div><div>&nbsp; &nbsp; PnlFotoBox.clProSettings.BackgroundColor = clAlphaColor.clWhite;&nbsp;</div><div>&nbsp; &nbsp; PnlFotoBox.clProSettings.BorderColor = clAlphaColor.clHexToColor('#27AE60');&nbsp;</div><div>&nbsp; &nbsp; PnlFotoBox.SetclProSettings(PnlFotoBox.clProSettings);&nbsp;</div><div>&nbsp; }</div><div>}<br><br><br><br>güncel&nbsp;SikayetiGonder fonksiyonu&nbsp;<br><br><div>void SikayetiGonder;</div><div>var</div><div>&nbsp; clRest: TclRest;</div><div>&nbsp; jsonBody, baslik, aciklama, response: String;</div><div>&nbsp; kategoriId, mahalleId: Integer;</div><div>{</div><div>&nbsp; baslik = EditBaslik.Text;</div><div>&nbsp; aciklama = MemoAciklama.Text;</div><div>&nbsp; kategoriId = CmbKategori.ItemIndex + 1;</div><div>&nbsp; mahalleId = CmbMahalle.ItemIndex + 1;</div><div><br></div><div>&nbsp; if (baslik == '') { ShowMessage('Lütfen başlık giriniz.'); Exit; }</div><div>&nbsp; if (aciklama == '') { ShowMessage('Lütfen açıklama giriniz.'); Exit; }</div><div>&nbsp; if (CmbKategori.ItemIndex &lt;= 0) { ShowMessage('Lütfen kategori seçiniz.'); Exit; }</div><div>&nbsp; if (CmbMahalle.ItemIndex &lt;= 0) { ShowMessage('Lütfen mahalle seçiniz.'); Exit; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (secilenFotoBase64 == '') {</div><div>&nbsp; &nbsp; ShowMessage('Lütfen bir fotoğraf ekleyiniz.');</div><div>&nbsp; &nbsp; Exit;</div><div>&nbsp; }</div><div><br></div><div>&nbsp; BtnGonder.Enabled = False;</div><div>&nbsp; try</div><div>&nbsp; &nbsp; clRest = TclRest.Create;</div><div>&nbsp; &nbsp; clRest.BaseURL = g_ApiUrl + '/api/sikayet-ekle';</div><div>&nbsp; &nbsp; clRest.Accept = 'application/json';</div><div>&nbsp; &nbsp; clRest.ContentType = 'application/json';&nbsp;</div><div>&nbsp; &nbsp; clRest.Method = rmPost;</div><div><br></div><div>&nbsp; &nbsp; jsonBody = '{';</div><div>&nbsp; &nbsp; jsonBody = jsonBody + '"kullanici_id": ' + IntToStr(g_KullaniciId) + ', ';</div><div>&nbsp; &nbsp; jsonBody = jsonBody + '"kategori_id": ' + IntToStr(kategoriId) + ', ';</div><div>&nbsp; &nbsp; jsonBody = jsonBody + '"mahalle_id": ' + IntToStr(mahalleId) + ', ';</div><div>&nbsp; &nbsp; jsonBody = jsonBody + '"baslik": "' + baslik + '", ';</div><div>&nbsp; &nbsp; jsonBody = jsonBody + '"aciklama": "' + aciklama + '", ';</div><div>&nbsp; &nbsp; jsonBody = jsonBody + '"enlem": "' + gpsEnlem + '", ';</div><div>&nbsp; &nbsp; jsonBody = jsonBody + '"boylam": "' + gpsBoylam + '", ';</div><div>&nbsp; &nbsp; jsonBody = jsonBody + '"foto_url": "' + secilenFotoBase64 + '"';&nbsp;</div><div>&nbsp; &nbsp; jsonBody = jsonBody + '}';</div><div><br></div><div>&nbsp; &nbsp; clRest.AddBody(jsonBody, 'application/json');</div><div>&nbsp; &nbsp; clRest.Execute;</div><div>&nbsp; &nbsp; response = clRest.Response;</div><div><br></div><div>&nbsp; &nbsp; if (response &lt;&gt; '')</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Şikayetiniz başarıyla gönderildi!');</div><div>&nbsp; &nbsp; &nbsp; secilenFotoBase64 = '';</div><div>&nbsp; &nbsp; &nbsp; ImgOnizleme.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; LblFotoAcik.Visible = True;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Sunucudan yanıt alınamadı.');</div><div>&nbsp; &nbsp; }</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Hata: ' + LastExceptionMessage);</div><div>&nbsp; }</div><div>&nbsp; BtnGonder.Enabled = True;</div><div>}</div><br></div><br><br><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Tue, 12 May 2026 22:06:59 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1529&amp;PID=3524#3524</guid>
  </item> 
  <item>
   <title><![CDATA[Fotograf gonderemiyorum : procedure SikayetiGonder;var clRest:...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1529&amp;PID=3520#3520</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=456">zeynepdeniz</a><br /><strong>Konu:</strong> 1529<br /><strong>Gönderim Zamanı:</strong> 12&nbsp;Mayıs&nbsp;2026 Saat 21:56<br /><br />procedure SikayetiGonder;<br>var<br>&nbsp; clRest: TclRest;<br>&nbsp; jsonBody, baslik, aciklama, response: String;<br>&nbsp; kategoriId, mahalleId: Integer;<br>begin<br>&nbsp; baslik&nbsp; &nbsp;:= EditBaslik.Text;<br>&nbsp; aciklama := MemoAciklama.Text;<br>&nbsp; kategoriId := CmbKategori.ItemIndex + 1;<br>&nbsp; mahalleId&nbsp; := CmbMahalle.ItemIndex&nbsp; + 1;<br>&nbsp; if baslik = '' then begin ShowMessage('Lütfen başlık giriniz.'); Exit; end;<br>&nbsp; if aciklama = '' then begin ShowMessage('Lütfen açıklama giriniz.'); Exit; end;<br>&nbsp; if CmbKategori.ItemIndex &lt;= 0 then begin ShowMessage('Lütfen kategori seçiniz.'); Exit; end;<br>&nbsp; if CmbMahalle.ItemIndex &lt;= 0&nbsp; then begin ShowMessage('Lütfen mahalle seçiniz.');&nbsp; Exit; end;<br>&nbsp; BtnGonder.Enabled := False;<br>&nbsp; try<br>&nbsp; &nbsp; clRest := TclRest.Create;<br>&nbsp; &nbsp; clRest.BaseURL := g_ApiUrl + '/api/sikayet-ekle';<br>&nbsp; &nbsp; clRest.Accept := 'application/json';<br>&nbsp; &nbsp; clRest.Method := rmPost;<br>&nbsp; &nbsp; jsonBody := '{';<br>&nbsp; &nbsp; jsonBody := jsonBody + '"kullanici_id": ' + IntToStr(g_KullaniciId) + ', ';<br>&nbsp; &nbsp; jsonBody := jsonBody + '"kategori_id": ' + IntToStr(kategoriId) + ', ';<br>&nbsp; &nbsp; jsonBody := jsonBody + '"mahalle_id": ' + IntToStr(mahalleId) + ', ';<br>&nbsp; &nbsp; jsonBody := jsonBody + '"baslik": "' + baslik + '", ';<br>&nbsp; &nbsp; jsonBody := jsonBody + '"aciklama": "' + aciklama + '", ';<br>&nbsp; &nbsp; jsonBody := jsonBody + '"enlem": "' + gpsEnlem + '", ';<br>&nbsp; &nbsp; jsonBody := jsonBody + '"boylam": "' + gpsBoylam + '", ';<br>&nbsp; &nbsp; jsonBody := jsonBody + '"foto_url": "' + secilenFotoBase64 + '"';<br>&nbsp; &nbsp; jsonBody := jsonBody + '}';<br>&nbsp; &nbsp; clRest.AddBody(jsonBody, 'application/json');<br>&nbsp; &nbsp; clRest.Execute;<br>&nbsp; &nbsp; response := clRest.Response;<br>&nbsp; &nbsp; if response &lt;&gt; '' then<br>&nbsp; &nbsp; &nbsp; ShowMessage('Şikayetiniz başarıyla gönderildi!');<br>&nbsp; &nbsp; else<br>&nbsp; &nbsp; &nbsp; ShowMessage('alınamadı.');<br>&nbsp; except<br>&nbsp; &nbsp; ShowMessage('hata: ' + LastExceptionMessage);<br>&nbsp; end;<br>&nbsp; BtnGonder.Enabled := True;<br>end;&nbsp;<br><br>&nbsp;LblFotoLbl := MainForm.AddNewProLabel(LytBody3, 'LblFotoLbl', 'Fotoğraf'); LblFotoLbl.Align := alTop; LblFotoLbl.Height := 20; LblFotoLbl.clProSettings.FontColor := clAlphaColor.clHexToColor('#5D6D7E'); LblFotoLbl.SetclProSettings(LblFotoLbl.clProSettings);<br>&nbsp; PnlFotoBox := MainForm.AddNewProPanel(LytBody3, 'PnlFotoBox'); PnlFotoBox.Align := alTop; PnlFotoBox.Height := 90; PnlFotoBox.Margins.Bottom := 12; PnlFotoBox.clProSettings.BackgroundColor := clAlphaColor.clWhite; PnlFotoBox.clProSettings.BorderColor := clAlphaColor.clHexToColor('#CCD1D1'); PnlFotoBox.clProSettings.BorderWidth := 1; PnlFotoBox.clProSettings.RoundHeight := 8; PnlFotoBox.SetclProSettings(PnlFotoBox.clProSettings); MainForm.AddNewEvent(PnlFotoBox, tbeOnClick, 'FotografSec');&nbsp;<br>&nbsp; LblFotoAcik := MainForm.AddNewProLabel(PnlFotoBox, 'LblFotoAcik', '&#091; &#093; Fotoğraf ekle'); LblFotoAcik.Align := alClient; LblFotoAcik.clProSettings.FontColor := clAlphaColor.clHexToColor('#5D6D7E'); LblFotoAcik.clProSettings.FontHorzAlign := palCenter; LblFotoAcik.clProSettings.FontVertAlign := palCenter; LblFotoAcik.SetclProSettings(LblFotoAcik.clProSettings); MainForm.AddNewEvent(LblFotoAcik, tbeOnClick, 'FotografSec');&nbsp;<br>&nbsp; ImgOnizleme := MainForm.AddNewImage(PnlFotoBox, 'ImgOnizleme'); ImgOnizleme.Align := alClient; ImgOnizleme.Visible := False; MainForm.AddNewEvent(ImgOnizleme, tbeOnClick, 'FotografSec');&nbsp;<br>&nbsp;&nbsp;<br><div>Postman den test verisi gönderdiğimde fotoğraf gönderiliyor fakat uygulama üzerinden çektiğimde göndersem bile null olarak gidiyor. Fotoğraf cloudinary ile link haline getirilip veritabanında tutuluyor.</div><div><br></div><div><br></div><div><br></div><br><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Tue, 12 May 2026 21:56:04 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1529&amp;PID=3520#3520</guid>
  </item> 
 </channel>
</rss>