Passing one image through ajax and another through form
问题 Onclick button i am and trying to save 2 different images. I am passing One image through ajax & another through form , but i can able to download only one image at a time. Will it create any conflicts ? Do i need to have correct Content-Length header for both image ? Html <div id="target"> <div id="container" class="container"></div> </div> <input type="submit" value="Save" onclick="capture();" /> <form method="POST" enctype="multipart/form-data" action="save.php" id="myForm"> <input type=