Image Uploader (no refresh)
Hi all
I want to build into my CMS a facility to allow a user to upload an image and create a thumbnail from that image via a preview pane. I have spent hours looking at solutions.
I have tried to use this uploader to achieve the initial upload: http://demos.9lessons.info/ajaximageupload/imageajax.php
But unfortunately it requires its own FORM tags and I need it to operate within my own FORM which exists in my page. When I have tried to add it, it posts my existing form which I don't want.
Does anyone have a good, tired and trusted example of uploading an image within a page (that does not post the existing HTML form) and will give me a preview?
Thanks