Does anyone know of a javascript ajax library that lets the user upload a file without refresh and gets the response from the php form?
Thanks in Advance.
| SitePoint Sponsor |
Does anyone know of a javascript ajax library that lets the user upload a file without refresh and gets the response from the php form?
Thanks in Advance.




you need to work around with iframe for this case, Ajax can't do much for this issue.
SimplyFu is correct, you're only bet would be to use an iframe, since you have to pass that enctype="multipart/form-data" in the upload form to upload. Take a look at this class, from what I hear it's supposed to be really nice AJAX/PHP uploader. http://www.phpclasses.org/browse/package/2759.html
- the lid is off the maple syrup again!
Bookmarks