0

Is there a plug-in for file uploading with ajax that supports response? Meaning that I can return variable from my php file. Once the file gets uploaded, I want to ajax to respond the file path.

So far I only have an incomplete file upload: http://jsfiddle.net/Djp4J/

2
  • HTML5 is the only way you don't need flash to upload a File without a postback. But HTML 5 is not supported in IE and Opera. You can use flash for this. See uploadify for more information. Commented Nov 29, 2011 at 14:09
  • 1
    Niels that is incorrect. You don't need flash to upload files. Commented Nov 29, 2011 at 14:15

1 Answer 1

1

There are several ways to go about this, but here is a popular library that simplifies it. https://github.com/valums/file-uploader

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.