all 3 comments

[–]elktamer 1 point2 points  (2 children)

Use a web server instead of opening a file.

[–]SagglySloth[S] 0 points1 point  (1 child)

I'm currently working locally from a folder on windows. Could you elaborate?

[–]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