ajaxSubmit and cross domain file upload
Hi,
I'm trying to create a form on Domain A which show upload all form data to another server on Domain B.
I got the ajaxSubmit to work doing this with a json callback in the parameter string.
The problem I have is now when I add a <input name="myFIle" type="file"/> then the ajaxSubmit
gets cross domain problems.
am I missing something?
peter