Persist ASP Upload
Persist Asp upload
Bileşen kodları :
—————————————-
<HTML>
<BODY>
<%
Set Upload = Server.CreateObject(”Persits.Upload”)
Count = Upload.Save(”c:\upload”)
Response.Write Count & ” file(s) uploaded to c:\upload”
%>
</BODY>
</HTML>
————————————————————
Form ile kodun tamamını indirmek için tıklayınız : PersistASPupload.zip
Categories: ASP Bileşenleri