vote up 0 vote down star

i want to use ajax to upload image. in this module 1. on clicking brows image will be upload and display over file field. 2. after ading title and description and clicking on button that image will be display bellow and upper image field will be blank

I have tried meny way but not working.

Plz anyone help me asap

flag
2  
Could you please post your current HTML / Javascript – Neil Aitken Oct 13 at 8:16
2  
What did you try, what didn't work, and where's the faulty code? I'm terribly sorry for having to ask, but I seem to have misplaced my crystal ball.. – Duroth Oct 13 at 8:58

2 Answers

vote up 0 vote down

Try to use JQuery plugin for uploading an image.

May be http://www.uploadify.com/

This will give an idea how to do it.

link|flag
vote up 1 vote down

You can't upload files through AJAX. You need to work with IFRAMEs or a Flash-Based uploader.

link|flag
I would prefer the use of iframe, since we're not built to do flash. – thephpdeveloper Oct 13 at 9:08
… which are Ajax. Ajax is not XHR. XHR is just the most common way to implement Ajax. – David Dorward Oct 13 at 9:13
Firefox >= 3 and Chrome >= 2 support XHR uploads. – Ionut G. Stan Oct 13 at 9:33

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.