I used
If Not (inpthumbup.PostedFile Is Nothing) Then
Dim intFileNameLengtht as Integer
Dim strFileNamePatht as String
Dim strFileNameOnlyt as String
'Logic to find the FileName (excluding the path)
strFileNamePatht = inpthumbup.PostedFile.FileName
intFileNameLengtht = Instr(1, StrReverse(strFileNamePatht), "\")
strFileNameOnlyt = Mid(strFileNamePatht, (Len(strFileNamePatht)-intFileNameLengtht)+2)
inpthumbup.PostedFile.SaveAs("c:\Inetpub\wwwroot\epiccomputers\ProductImages\THUMBS\" & strFileNameOnlyt)
End If
and it worked fine in 2000
now That I am in 2003 I get the same error I went through and NETWORK SERVICE and ASPNET Write permission and no dice any Idias??
FYI Its a local Server on ISP (only if you consider the server the ISP)
Harry Rorarius
Epic Computers
www.epiccomputers.biz