PDA

Click to See Complete Forum and Search --> : upload problems.......


rammy
Feb 21st, 2001, 05:46 AM
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


Microsoft VBScript runtime error '800a0046'

Permission denied



sometimes. Any idea why this is happening?? Its occurring at the line where Im creating the textfile.


Set fsoFile = fso.CreateTextFile(fileName,True)


any help??

thanx a ton!

rammy
Feb 21st, 2001, 06:08 AM
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