IXMLHTTPRequest problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AlirezaShokoienia
    New Member
    • Sep 2008
    • 8

    IXMLHTTPRequest problem

    Hi all,
    I'm new in "bytes" and don't know that my question is related to this forum? Anyway...
    I wrote an application and have used form this component to "PUT" files in a remote server and in this way i make folders in remote server through "MKCOL"
    and i search folders through "SEARCH" and so on, and it works fine except when i want to "PUT" a file in an special folder whose name is in "FARSI".
    The name of the folder in path url in open method has been correctly escaped and this code works fine in our laboratory but not in the field.
    Actually i open synchronously then send the request, but in this special case
    send method would not be return and the calling thread hangs. additionally i tried to set a timeout through setReuestHeader method but it can not help me.

    I would be thankful if anyone can help me to solve this problem.
    Thanks in advance.
    Alireza
Working...