Asynchronous file upload via AJAX

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
antubis
Forum Newbie
Posts: 16
Joined: Sun Apr 30, 2006 1:48 pm
Location: Pavlikeni, Bulgaria
Contact:

Asynchronous file upload via AJAX

Post by antubis »

Hello,

I should create an module to upload image without using iframes, and I think the only way is AJAX. The Idea is just like Gmail - When u select an image it will be uploaded imidiatly without changing the client page. I try several ways but I can`t figuret out how to send to PHP the submitet form date ( $_FILES ) via AJAX. Can u give me a hint how?

Regards,
Marush Denchev
User avatar
daedalus__
DevNet Resident
Posts: 1925
Joined: Thu Feb 09, 2006 4:52 pm

Post by daedalus__ »

Sounds hot, I want a hint too.
Post Reply