Thursday 1 June 2017

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

c++ - Does curly brackets matter for empty constructor?

Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...