Miguel
|
| Posted: 04/18/2005, 3:57 PM |
|
When i want upload a file, i receive a "Permission denied" in the "classes.asp" in the instruction f.size
If UploadedFilesCount > 0 Then
If Not IsEmpty(objUpload.Files(IIf(Not IsEmpty(ExternalName), ExternalName, Name) & "_File")) Then _
Set f = objUpload.Files(IIf(Not IsEmpty(ExternalName), ExternalName, Name) & "_File")
If Not IsEmpty(f) Then
If f.FileExists Then
FileSize = f.Size
Some know why?
|
|
|
 |
Oper
Posts: 1195
|
| Posted: 04/22/2005, 12:25 PM |
|
you need to set Write/read/attr permision to that fodler. or the Upload COM cant read the file.
NOTE:FSO is blocked by some Hoster
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
|