I am using XUpload Pro 2.5. Everyting is working fine .... as long as the upload form and the perl cgi are on the same domain. Let me explain more precisely.
Imagine Server www.front.com is your front web server and www.files.com is your files server. You have the form on www.front.com but the action called by it is someting like www.files.com/xupload.cgi. When you load the page it's ok. But when you start upload every second (maybe less) a javascript error is throw (uncaught exception: Permission refusée d'obtenir la propriété HTMLDocument.getElementById) until the end of upload. The progress bar dont move at all. At the end of file transfert, the progress bar go directly to 100% and you are dropped to your post_url.
My interpretation is that the xupload.js located on www.front.com cannot communicate with the xupload.cgi located on www.files.com. That's a security limitation of javascript.
Have you an idea on how I can go through?
Many thanks in advance, I have spend so much time on google and this forum to find a solution without result.
Vz
