Error using jQuery Upload File Plugin, unwanted strings appended to files (WebKitFormBoundary)
问题 I'm using this plug-in : http://hayageek.com/docs/jquery-upload-file.php I'm use it to send files to a WCF Rest Service and save its on hdd. Uploads works fine, but the problem is that images, exe, etc. Uploads broken. If I open uploaded files with a text editor, I can see unwanted strings At begin: ------WebKitFormBoundaryPUTfurckDMbpBxiw Content-Disposition: form-data; name="file"; filename="image.png" Content-Type: image/png At end: ------WebKitFormBoundaryPUTfurckDMbpBxiw-- My service