0

I want to send a file to the server in binary, not using the normal form post method because that method encoding is not binary. The reason is that I have a IPad application which sends a binary file to the server and I need to do the same in JQuery in a web browser.

2
  • Possible duplicate stackoverflow.com/questions/166221/… Commented Feb 7, 2012 at 6:34
  • But that encoding is enctype: 'multipart/form-data' which is not binary, its something else Commented Feb 7, 2012 at 6:38

1 Answer 1

1

Do you mean you want to use base64 encoding? Try this: http://phpjs.org/functions/base64_encode:358

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.