HTML - İndirme?

WegasTR

En iyi cevaplar
0
HTML'de bir buton oluşturdum mesela.
<button type="button">İndir</button>
buna bastığında asd.exe diye bir dosyayı indirmesini istiyorum. Nasıl yapabilirim?
@batihost.com ?
 

EnesA

hissikablelvuku
Emekli
En iyi cevaplar
0
asd.exe yi filezilla ile serverinin ftp sine at sonra
<a href="
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.
"><input type="button" name="button2" id="button2" value="Button" /></a>
siteadresin.com/asd.exe otomatik indirme linki haline gelir sen ftp ye yüklediğinde

YAPAMZ İSEN YARDIMCI OLABİLİRİM
 

WegasTR

En iyi cevaplar
0
asd.exe yi filezilla ile serverinin ftp sine at sonra
<a href="
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.
"><input type="button" name="button2" id="button2" value="Button" /></a>
siteadresin.com/asd.exe otomatik indirme linki haline gelir sen ftp ye yüklediğinde

YAPAMZ İSEN YARDIMCI OLABİLİRİM
Olmadı, indirmiyor.
<a href = "localhost/asd.exe"> <input type="button" name="button2" id="button2" value="Button" /> </a>
asd.exe ye yönlendiriyor ama indirmiyor namussuz.
 
Üst