Hi,
I used the following code to upload files to the folder "C:/uploads" using aspSmartUpload. And I get "1 file uploaded" message also. But the file is not actually uploaded in to the folder. Please help me to solve this problem. I use windows 98 and Personal Web Server.
thank you
Anvar
<code>
<%
' Variables
' *********
Dim mySmartUpload
Dim intCount
' Object creation
' ***************
Set mySmartUpload = Server.CreateObject("aspSmartUpload.SmartUpload"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
mySmartUpload.Upload
' sample with a physical path
intCount = mySmartUpload.Save("C:\uploads"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
' Display the number of files uploaded
' ************************************
Response.Write(intCount & " file uploaded."![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
%>
</code>
I used the following code to upload files to the folder "C:/uploads" using aspSmartUpload. And I get "1 file uploaded" message also. But the file is not actually uploaded in to the folder. Please help me to solve this problem. I use windows 98 and Personal Web Server.
thank you
Anvar
<code>
<%
' Variables
' *********
Dim mySmartUpload
Dim intCount
' Object creation
' ***************
Set mySmartUpload = Server.CreateObject("aspSmartUpload.SmartUpload"
mySmartUpload.Upload
' sample with a physical path
intCount = mySmartUpload.Save("C:\uploads"
' Display the number of files uploaded
' ************************************
Response.Write(intCount & " file uploaded."
%>
</code>