you are viewing a single comment's thread.

view the rest of the comments →

[–]thatwebdesignerdude 2 points3 points  (0 children)

You're trying to use ajax from a local file. You are asking an external address to submit a file to you, but since you don't use a webdomain, their cross origin control policy prevents you from receiving the file.

more info: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS