|
-
Feb 21st, 2001, 06:46 AM
#1
Thread Starter
Hyperactive Member
Hi,
I'm using a slight modification of code from www.planetsource.com for uploading file (only gif and jpgs). My problem is Im getting an error
Code:
Microsoft VBScript runtime error '800a0046'
Permission denied
sometimes. Any idea why this is happening?? Its occurring at the line where Im creating the textfile.
Code:
Set fsoFile = fso.CreateTextFile(fileName,True)
any help??
thanx a ton!
-
Feb 21st, 2001, 07:08 AM
#2
Thread Starter
Hyperactive Member
Think this is happening when I delete the old file(if it exists) and upload a new file to be stored with the same name as the old one.
The folder doesn't getting refreshed immediately. Is there any way I can refresh the folder???
But this doesnt happen all the time.
Thanx
Last edited by rammy; Feb 21st, 2001 at 07:13 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|