Skip to content

Instantly share code, notes, and snippets.

@pradprat
Created March 31, 2019 09:30
Show Gist options
  • Save pradprat/6d44e8350e978c46323444dd714ca9d6 to your computer and use it in GitHub Desktop.
Save pradprat/6d44e8350e978c46323444dd714ca9d6 to your computer and use it in GitHub Desktop.
error http request
$.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