01-21-2014, 08:53 AM
[eluser]jonez[/eluser]
Are you trying to upload files through AJAX using jQuery's serialize method on the form? If you are that won't work. Check this plugin out for a solution: http://cmlenz.github.io/jquery-iframe-transport/
If you don't need to support older browsers (IE10+) you can do AJAX uploads using pure JS through the FileReader API in HTML5.
Are you trying to upload files through AJAX using jQuery's serialize method on the form? If you are that won't work. Check this plugin out for a solution: http://cmlenz.github.io/jquery-iframe-transport/
If you don't need to support older browsers (IE10+) you can do AJAX uploads using pure JS through the FileReader API in HTML5.