Hej NG
jeg har nu prøvet ASPSimpleUpload. det går meget fint med at uploade, men
jeg har et problem, jeg ved ikke hvor ASPSimpleUpload gør af filerne!
Jeg har fundet følgende script som jeg har afprøvet.
<%
' Variables
' *********
Dim MyUpLoad
Dim intCount
' Object creation
' ***************
Set MyUpload = Server.CreateObject("AspSmartUpLoad.SmartUpLoad")
' Upload
' ******
MyUpload.UpLoad
' Save the files with their original names in a virtual path of the web
server
intCount = MyUpLoad.Save("/images")
' skal lægge den uploaded fil i mappen images. Men den bliver ikke lagt ind
i mappen.
Response.Write(intCount & " file(s) uploaded.")
%>
Mvh
Annette
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (
http://www.grisoft.com).
Version: 6.0.435 / Virus Database: 244 - Release Date: 30-12-2002