[jQuery] Upload via jsonp and $.ajax
I read through a lot of forums and finally found a hint so solve my
problem.. I try to upload some data ( an image ) to an external site
( works with an API Key and returns XML if Upload completed
correctly )..
The code of my script can be found here http://pastebin.com/m1489e027..
Can anybody help me with this issue - at the moment i'm getting the
following error message -- M.data.match is not a function -- and don't
know how to handle ;(..
The external server excepts the following data: image ( as multipart/
form-data ), an API Key and the script_id..
Thx in advance,
Steffen