javascript - File-Upload Server Side Script Cross Domain Execution? -


this scenario: have 2 domains, d1.com , d2.com, , have complete ftp access d1.com , store file-upload script there, , have second domain d2.com not own, can edit general html/javascript.

is there way possible can access server-side script on d1.com , execute on d2.com , have upload @ same time d2.com.

thank answer.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -