Friday 26 October 2018

javascript - jQuery:Sending pdf to server via ajax

I want to send a pdf file to server using ajax.But I couldn't find any examples or codes for



this problem.How can i get the solution?Please help me

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...