Created
March 31, 2019 09:30
-
-
Save pradprat/6d44e8350e978c46323444dd714ca9d6 to your computer and use it in GitHub Desktop.
error http request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.get("upload_file.php?q=" + url, function( data ) | |
{ | |
var str=data; | |
$("#uploadStatus").text(str); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment