I’m trying to use image upload in my theme’s options page and haven’t found yet a simple ajax upload script with many tutorials or a good documentation, I just want a simple straightforward script so I just edit the file path and couple other stuff, and of course that works with many uploaders on the page.
I tried plupload but it’s complicated for me because I don’t know anything about javascript, just a little jQuery understanding.
So are there any simple ajax uploaders with a good tutorial about it?
I have used the native uploader with great results. Try adding this snippet of JS:
Then, in your HTML:
For Multiple Uploaders
have you tried using jquery form plugin http://jquery.malsup.com/form/
It is also included by default in wordpress admin.