Re: AJAX File upload
One solution I found is to encode binary file to Base64 and then POST it using AJAX . On server side just decode it and you can have whole binary array . But problem with this approach is size of file . As Base64 Encoding actually increases the size of data rather than decreasing .
Hey if you get a chance will you please post the code of ifram example. Thanks.