I am trying to create a possibility for users to 1) select an image using an input field --> the image is displayed in a preview box by the function readURL -- ...
Can I use the following jQuery code to perform file upload using POST method of an ajax request ? $.ajax({ type: POST, timeout: 50000, url: url, data: ...