Results 1 to 2 of 2

Thread: upload problems.......

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    India
    Posts
    298

    Angry

    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!

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    India
    Posts
    298

    Unhappy

    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
  •  



Click Here to Expand Forum to Full Width