A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: FileReference and ASPUpload --- Problems

  1. #1
    Senior Member
    Join Date
    Aug 2000
    Location
    Desert Southwest
    Posts
    367

    FileReference and ASPUpload --- Problems

    I am attemtping to use the FileReference Class along with ASPUpload and have had the lastest version installed on the server. However, I am unable to upload any files. I receive an HTTP Error. Here is my ASPUpload code:

    Code:
    Dim Count
    path=Server.MapPath("\")
    
    Set Upload = Server.CreateObject("Persits.Upload")
    Upload.OverwriteFiles = true
    Upload.SetMaxSize 1048576 ' Limit files to 1MB
    Count = Upload.Save(path)
    Can anyone tell me how to resolve this issue or possible how I might go about debugging it to determine what is the problem?

    Thanks for any and all replies.

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Location
    Desert Southwest
    Posts
    367
    bump....anybody?

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

HTML5 Development Center