JS question

  • Started
  • Last post
  • 0 Responses
  • kinetic

    we wrote an upload script that uploads files from a flash interface. works good.

    i need to upload though using a script on a differnet server than the interface resides on....when i do, the upload goes fine...but i call a js that calls window.top.uploadEnd

    as soon as that function gets called i get an error. the code is 0 and the error is 'Permission Denied'

    is this because they are on differnet servers? is there a way around this?