Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two ajax calls on submit #4

Open
benjovanic opened this issue Jun 19, 2014 · 0 comments
Open

Two ajax calls on submit #4

benjovanic opened this issue Jun 19, 2014 · 0 comments

Comments

@benjovanic
Copy link

When I submit the form, which has just one input="file" element, the plugin makes two ajax calls to the upload script. The first is the one that posts the files to the script, the second posts nothing. When "success : function(data, textStatus, jqXHR){ console.log(data); }" is set, the second call is the only one to write to the console, so I can't access the information from the first ajax call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant