I've got a problem sending a file to a serverside PHP-script using jQuery's ajax-function. It's
Can I use the following jQuery code to perform file upload using POST method of an ajax request ? $.ajax({
I want to be able to preview a file (image) before it is uploaded. The preview action should be executed all