[jQuery] jqUploader + uploadScript path to a subdomain
Hi there,
I use the jqUploader Script for uploading images and videos and it
works very well. But now, I have to upload the data to a subdomain.
jqUploader has the option to enter a different path for the upload
mechanism.
In the "http://www.domain.com/jquery.jqUploader.js" you will find:
src: 'http://upload.domain.com/jqUploader.swf',
uploadScript: 'http://upload.domain.com/upload.php',
The file uploading part works. After uploading the file is located on
the upload.domain.com server.
BUT I can get no callback to display the submit button.
I still added System.security.allowDomain("*"); to the jqUploader.swf,
but it doesnt work at all.
Any Ideas?
all the best
Roland